diff options
author | jun <jun@pkgsrc.org> | 2001-09-01 17:17:27 +0000 |
---|---|---|
committer | jun <jun@pkgsrc.org> | 2001-09-01 17:17:27 +0000 |
commit | bb45c2c3fdbbca1eeee34c1fbc9de435eeb7a88e (patch) | |
tree | 6dfbda10bcf5a166d9420cf2ceb31e56632ca9f7 /mail/mew/Makefile | |
parent | 5afe3210501d9857d5ace35cee21a1010e00303c (diff) | |
download | pkgsrc-bb45c2c3fdbbca1eeee34c1fbc9de435eeb7a88e.tar.gz |
Update mew to 2.0.51
Mew 2.0.51 (2001/08/31) mew-dist release
* Info updates.
* Some defcustom hack.
* Binary parts of a truncated message should not be decoded.
* Now "Too large, truncated" message is displayed in the minibuffer.
* Check the size from X-Mew-Uidl: carefully.
* Addrbook now can contain group:; notation. It can be expand unless
it recurses.
* mew-summary-ls calles mew-mark-clean only when called interactively.
* C-cC-o inserts X-Mailer: in the last.
* Ask Subject: before "Really send this message? ".
* 't' in mew-scan-form now means the position of thread indentation.
* X-Mailer: now locates just above mew-header-separator.
* insert-file-contents changes buffer-file-coding-system. ","
is sacrificed and lpr-buffer goes wrong. mew-insert-message
now preserves buffer-file-coding-system.
* Workaround for a broken POP server which doesn't display UID after
a message number.
* X-Mailer: for Bcc:.
* Bug fixes for mew-case-guess-when-composed.
* Bug fixes for "(" and ")".
Diffstat (limited to 'mail/mew/Makefile')
-rw-r--r-- | mail/mew/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile index 55423b2c379..67ca73e9bae 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2001/08/16 09:14:09 jun Exp $ +# $NetBSD: Makefile,v 1.30 2001/09/01 17:17:27 jun Exp $ -DISTNAME= mew-2.0.50 +DISTNAME= mew-2.0.51 CATEGORIES= mail MASTER_SITES= ftp://ftp.mew.org/pub/Mew/beta/ |