diff options
author | jun <jun> | 2001-09-01 17:17:27 +0000 |
---|---|---|
committer | jun <jun> | 2001-09-01 17:17:27 +0000 |
commit | d06a0be53521c6b339d1a21652344c6f39c30abf (patch) | |
tree | 6dfbda10bcf5a166d9420cf2ceb31e56632ca9f7 /mail/mew | |
parent | 7e8ffa0905049ac8bd9a9983905fc125b44166bf (diff) | |
download | pkgsrc-d06a0be53521c6b339d1a21652344c6f39c30abf.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')
-rw-r--r-- | mail/mew/Makefile | 4 | ||||
-rw-r--r-- | mail/mew/distinfo | 6 |
2 files changed, 5 insertions, 5 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/ diff --git a/mail/mew/distinfo b/mail/mew/distinfo index b7e879758b1..58a97b07d0b 100644 --- a/mail/mew/distinfo +++ b/mail/mew/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2001/08/16 09:14:09 jun Exp $ +$NetBSD: distinfo,v 1.13 2001/09/01 17:17:28 jun Exp $ -SHA1 (mew-2.0.50.tar.gz) = 0453d69d902235b04a1757314a99be89f50bd3e8 -Size (mew-2.0.50.tar.gz) = 731249 bytes +SHA1 (mew-2.0.51.tar.gz) = 462de36f67e6550d2e3c577c97a0383abcad6a52 +Size (mew-2.0.51.tar.gz) = 732978 bytes SHA1 (patch-aa) = 2c7b779d03d377da7684896bf2556b77bc4d7025 |