From b5b71411788b1338b65a12b492726543a89d4681 Mon Sep 17 00:00:00 2001 From: naddy Date: Tue, 18 Jun 2002 11:02:14 +0000 Subject: 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. --- mail/nail/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mail/nail/Makefile') 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/ -- cgit