diff options
author | cjep <cjep@pkgsrc.org> | 2004-08-18 14:31:23 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-08-18 14:31:23 +0000 |
commit | d6a33fd423f6441a6fc6a0b8c8412717ea29013a (patch) | |
tree | 45e8a3ae0bb3aa48c5300425224f6d219a94f740 /mail | |
parent | 3f9ce86d26bf30486d0786d1816daba5783a6fdd (diff) | |
download | pkgsrc-d6a33fd423f6441a6fc6a0b8c8412717ea29013a.tar.gz |
Update of mail/nail to 11.3:
[11.3] released 8/18/04
* When an IMAP mailbox is opened in threaded/sorted mode and new messages
arrive or old ones are deleted, the internal thread structure is now
properly rebuilt. The previous failure to do so made nail dump core in
most cases.
* The 'forward' command was fixed; it used an unitialized variable since
release 11.2, possibly leading to segmentation faults (Bugreport by Bob
Tennent).
* The behavior of the 'autoinc'/'newmail' variables regarding IMAP folders
was changed. If both variables are unset, announcements are printed only
if messages have been deleted on the server.
* The 'new'/'unread' commands now also work with IMAP folders.
* When a message is deleted or saved in disconnected mode, its cache entry
is not removed until the message is actually removed from the server in
online mode. This in particular means that saved or 'mbox'ed messages
are still available in IMAP inboxes in disconnected mode until they have
reached their target folder in online mode.
* When new messages were received in an IMAP mailbox after messages had
been deleted in a previously visited IMAP mailbox, 'Expunged x messages'
was erroneously printed.
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 6da11d7767a..40c3ad21559 100644 --- a/mail/nail/Makefile +++ b/mail/nail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2004/08/16 15:34:25 cjep Exp $ +# $NetBSD: Makefile,v 1.15 2004/08/18 14:31:23 cjep Exp $ -DISTNAME= nail-11.2 +DISTNAME= nail-11.3 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nail/} EXTRACT_SUFX= .tar.bz2 diff --git a/mail/nail/distinfo b/mail/nail/distinfo index b9209a684e1..16729f5cf0d 100644 --- a/mail/nail/distinfo +++ b/mail/nail/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2004/08/16 15:34:25 cjep Exp $ +$NetBSD: distinfo,v 1.10 2004/08/18 14:31:23 cjep Exp $ -SHA1 (nail-11.2.tar.bz2) = 74914c051e29e94094d0ba23d23997e3eba2f7df -Size (nail-11.2.tar.bz2) = 187472 bytes +SHA1 (nail-11.3.tar.bz2) = 4eea1133b126939dc45f802ad2076ad0e7a3dfd3 +Size (nail-11.3.tar.bz2) = 188099 bytes SHA1 (patch-aa) = d6a394799fec7075a7e58c0c8c0f49393dfcb3fc SHA1 (patch-ab) = fc028d32fb268e89ade8a5fba09611b3eb73bc29 SHA1 (patch-ac) = f6d130cd5fa5d5ef0e8a500d2d60fdf5a5bbecc2 |