diff options
author | cjep <cjep@pkgsrc.org> | 2005-11-20 11:08:39 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2005-11-20 11:08:39 +0000 |
commit | 100e5243d432990384ebe088303e4c92de97563a (patch) | |
tree | 67b81b599719b13a34857043cc2fb2f4299fc437 /mail | |
parent | 99e0d66756943d7b7b24b13c0a618f5107230850 (diff) | |
download | pkgsrc-100e5243d432990384ebe088303e4c92de97563a.tar.gz |
Update of mail/nail to 11.25
The changes between 11.22 and 11.25 are mostly bug fixes. Please see the
ChangeLog in the source distribution for more details. Other changes:
* The new "maximum-unencoded-line-length" variable allows to configure the
limit on the line length that causes an ASCII text message to be sent in
quoted-printable if exceeded (on request by Greg Cox).
* Since RFC 2595 allows wildcards at other places than RFC 2818 which is
implemented by Mozilla NSS, host name verification is now done separately.
* The "sort xyz" commands now uncollapse all threads of a previously threaded
folder view; messages in collapsed threads were previously not shown when
the folder was sorted.
* The junk mail filter now also ignores the "X-pstn" header fields generated
by "postini" filtering software.
* An 'imap-list-depth' variable was introduced to control the maximum depth
of the folder traversal for the 'folders' command if the folder separator
on the IMAP server is not the slash '/'.
* If standard output is not a terminal device, the output of the 'folders'
command applied to an IMAP account is no longer arranged into columns.
* The new '-R' option causes all folders to be opened read-only.
* The output for the '~p' tilde escape was extended to include the fields
implied by the 'from', 'replyto', 'sender', and 'ORGANIZATION' variables
(Proposed by Bob Tennent).
* The 'autocc' and 'autobcc' variables are now evaluated before composition
of a message begins. The resulting addresses can thus be edited and viewed
using the '~b', '~c', '~h', and '~p' tilde escapes, but changing the values
of the 'autocc' and 'autobcc' variables using '~:set' has no effect on the
currently composed message anymore.
* The values of the 'from' and 'replyto' variables can now contain multiple
addresses.
* A 'sender' variable was introduced to set the content of the 'Sender:'
field for outgoing messages.
* The '-r' option now actually disables tilde escapes as documented (Bugreport
by Bob Tennent).
* The 'undelete' command now also clears the 'saved' flags of messages that
have been moved.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/nail/Makefile | 4 | ||||
-rw-r--r-- | mail/nail/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/nail/Makefile b/mail/nail/Makefile index 7067282ee2a..81992eac1a5 100644 --- a/mail/nail/Makefile +++ b/mail/nail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2005/06/16 06:58:03 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2005/11/20 11:08:39 cjep Exp $ -DISTNAME= nail-11.22 +DISTNAME= nail-11.25 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nail/} EXTRACT_SUFX= .tar.bz2 diff --git a/mail/nail/distinfo b/mail/nail/distinfo index 6f99dc7c054..6e9df0f5b4f 100644 --- a/mail/nail/distinfo +++ b/mail/nail/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.23 2005/03/22 09:04:19 cjep Exp $ +$NetBSD: distinfo,v 1.24 2005/11/20 11:08:39 cjep Exp $ -SHA1 (nail-11.22.tar.bz2) = 392dddf5e08fbb529851355268db5f1256e6d178 -RMD160 (nail-11.22.tar.bz2) = 288cdeb19f7c7f0ce5beae932b51af9b9a5b98d6 -Size (nail-11.22.tar.bz2) = 264568 bytes +SHA1 (nail-11.25.tar.bz2) = dd15a5bdedb74175763ababa8be70989334963e4 +RMD160 (nail-11.25.tar.bz2) = d72a5a4760cc43bcc2e9223e2eca4f0a8de7605f +Size (nail-11.25.tar.bz2) = 267959 bytes SHA1 (patch-aa) = 43690fb1728d14f5c3876978a9002f17245d617e SHA1 (patch-ab) = fc028d32fb268e89ade8a5fba09611b3eb73bc29 SHA1 (patch-ac) = 8115bf791af56fda0a9c134be6767b00f1f5679f |