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/Makefile | |
parent | Note restrictive license for "rtplib". (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.
Diffstat (limited to 'mail/nail/Makefile')
-rw-r--r-- | mail/nail/Makefile | 3 |
1 files changed, 1 insertions, 2 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/ |