diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-06-18 11:02:14 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-06-18 11:02:14 +0000 |
commit | d6e259efddbb5aaf5eec34b3d549ac98a159fefb (patch) | |
tree | b771fc18653106f5ddb8eb90722321ad5e85f7dd /mail/nail | |
parent | 617ea0b4498b3c403f127a6c0d8fbdbe903b70aa (diff) |
Update to 9.31. Changes in this release:
* New editing mechanism for attachment list: ~@ tilde escape.
* The ~a tilde escape is obsoleted by ~@ and has been removed.
* Header fields starting with =? are only interpreted as RFC 2047 fields
if they are entirely valid (Bugreport by Russell Kroll).
* Sender addresses in message lists (as in 'delete from@host') match only
the exact from address.
* Added ~x tilde escape (abort message composition without saving dead.letter).
* Fixed recognition of RFC 2045 parameter attributes (Bugreport by Russell
Kroll).
* The "for" command now inserts an intact "Resent-Reply-To:" header field.
Notes
Notes:
svn path=/head/; revision=61507
Diffstat (limited to 'mail/nail')
-rw-r--r-- | mail/nail/Makefile | 3 | ||||
-rw-r--r-- | mail/nail/distinfo | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/mail/nail/Makefile b/mail/nail/Makefile index f0e74b825542..511614d27e6b 100644 --- a/mail/nail/Makefile +++ b/mail/nail/Makefile @@ -6,8 +6,7 @@ # PORTNAME= nail -PORTVERSION= 9.30 -PORTREVISION= 2 +PORTVERSION= 9.31 CATEGORIES= mail MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/ diff --git a/mail/nail/distinfo b/mail/nail/distinfo index 7f3930c28932..c88f6084c244 100644 --- a/mail/nail/distinfo +++ b/mail/nail/distinfo @@ -1 +1 @@ -MD5 (nail-9.30.tar.gz) = b5e233f61b6fa9a8abf4d30b93b2bd71 +MD5 (nail-9.31.tar.gz) = d274d7bcd408d10fb0e31345e071bc6d |