diff options
author | cjep <cjep@pkgsrc.org> | 2004-10-22 14:47:05 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-10-22 14:47:05 +0000 |
commit | 5bda23d1800a44cb34704bb9069207722c6746b6 (patch) | |
tree | e2f84a9c563b8b180813f3f59571984b2e17c1fd /mail | |
parent | 24c7d0b69d610007ec1f21606a048e5cc7da1d34 (diff) | |
download | pkgsrc-5bda23d1800a44cb34704bb9069207722c6746b6.tar.gz |
Update of mail/nail to 11.12.
Changes from 11.11 include:
* Blank characters between MIME encoded words in header fields are now
discarded for display purposes as demanded by RFC 2047.
* Unless the 'fullnames' variable was set, nail did not generate 'To' header
fields when replying to messages since version 11.5 (Bugreport by Bob
Tennent).
* An internal problem in the token scanning for junk mail detection has been
fixed; the end of the mail header was not always correctly determined.
* Special characters in IMAP or POP3 account strings like 'imap://user@host'
can now be escaped using URL notation, e.g. 'foo%2Fbar' for 'foo/bar'. It
was previously not possible to use these characters. This is a slightly
incompatible change as the '%' character must now also be escaped, as
'%25'. (Bugreport by Thomas Wolff.)
* The system mailbox is now locked using fcntl(2) for reading too (Problem
reported by Thomas Wolff).
* When new mail arrives in an IMAP mailbox, the current message is now
properly advanced by the 'next' command if it has been printed before.
* If neither the host name nor the user's email address can be determined,
no Message-ID fields are generated.
* The empty string is now accepted as a message subject for sending.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/nail/Makefile | 4 | ||||
-rw-r--r-- | mail/nail/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/nail/Makefile b/mail/nail/Makefile index 0cafd15fccf..9d78c785a00 100644 --- a/mail/nail/Makefile +++ b/mail/nail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2004/10/13 09:57:10 cjep Exp $ +# $NetBSD: Makefile,v 1.20 2004/10/22 14:47:05 cjep Exp $ -DISTNAME= nail-11.11 +DISTNAME= nail-11.12 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nail/} EXTRACT_SUFX= .tar.bz2 diff --git a/mail/nail/distinfo b/mail/nail/distinfo index fd54b729f5c..de384f9d2f0 100644 --- a/mail/nail/distinfo +++ b/mail/nail/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.14 2004/10/13 09:57:10 cjep Exp $ +$NetBSD: distinfo,v 1.15 2004/10/22 14:47:05 cjep Exp $ -SHA1 (nail-11.11.tar.bz2) = 86f46e1fa863c222e5227b38e8f4b71fddf1dd8c -Size (nail-11.11.tar.bz2) = 263514 bytes +SHA1 (nail-11.12.tar.bz2) = 0b3e166074cbca6486230301590c8e9307e75c27 +Size (nail-11.12.tar.bz2) = 264992 bytes SHA1 (patch-aa) = bfc4198c427e664aeea17b9a7648d3ed969ce692 SHA1 (patch-ab) = fc028d32fb268e89ade8a5fba09611b3eb73bc29 SHA1 (patch-ac) = f6d130cd5fa5d5ef0e8a500d2d60fdf5a5bbecc2 |