diff options
author | naddy <naddy@FreeBSD.org> | 2002-06-18 19:02:14 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-06-18 19:02:14 +0800 |
commit | b5b71411788b1338b65a12b492726543a89d4681 (patch) | |
tree | d85270d41f90db35cc673e1afdcd0431f8d2c76e /mail/nail/Makefile | |
parent | b0893c6dd785341d720437f06fc517ac351a5dc4 (diff) | |
download | freebsd-ports-gnome-b5b71411788b1338b65a12b492726543a89d4681.tar.gz freebsd-ports-gnome-b5b71411788b1338b65a12b492726543a89d4681.tar.zst freebsd-ports-gnome-b5b71411788b1338b65a12b492726543a89d4681.zip |
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/ |