diff options
author | cjep <cjep@pkgsrc.org> | 2004-08-09 08:33:48 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-08-09 08:33:48 +0000 |
commit | 04ca0176618954a31cee2d383b4f8196e5c7c0f1 (patch) | |
tree | 5c5959c98c10053ecd5dbbe148da1645c7e89bdd /mail/nail/Makefile | |
parent | 8d55f85e8786f53d6f46da5b4f29167c023982ae (diff) | |
download | pkgsrc-04ca0176618954a31cee2d383b4f8196e5c7c0f1.tar.gz |
Update of mail/nail to 11.1.
Changes:
* IMAP mailboxes can now be cached locally. See the string variable
'imap-cache' in the manual page. The cache can also be used for
disconnected operation mode, see 'disconnected' and also the '-D'
command line option.
* When nail is notified by the server that messages have been expunged,
the user is informed about this condition even if new messages have
also arrived.
* When the group of variables for an 'account' command contains a variable
prefixed by 'no...' and the related variable is not set, it is not an
error to unset it.
* The 'headers' command has been made faster when operating on an IMAP
mailbox by bundling IMAP requests.
* When a 'folder' command was executed to change from an uncompressed
file to a compressed one, the latter was incorrectly detected as
being read-only.
* Unless one of the 'autoinc' or 'newmail' variables is set, nail does
not actively check for new messages in the current IMAP mailbox before
each prompt. New messages may nevertheless be detected after any
other IMAP command has been issued, so the effect is mostly that
not every nail command causes an IMAP command to be sent. Also if
'autoinc' or 'newmail' are set to the value "noimap", they are
ignored for IMAP mailboxes but still effective for local folders.
* The 'inc' and 'newmail' commands now use the same method to determine
the location of the current message as the 'folder' command does. That
means if there has been new mail before that is still unread when newer
mail arrives, the older messages are displayed first.
* Nail does not generate 'Sender:' fields anymore.
* If OpenSSL is not available, STARTTLS support is not built, and nail
compiles again without OpenSSL.
Diffstat (limited to 'mail/nail/Makefile')
-rw-r--r-- | mail/nail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/nail/Makefile b/mail/nail/Makefile index 9377ddaa3ad..03a80995d58 100644 --- a/mail/nail/Makefile +++ b/mail/nail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2004/08/02 13:05:13 cjep Exp $ +# $NetBSD: Makefile,v 1.13 2004/08/09 08:33:48 cjep Exp $ -DISTNAME= nail-11.0 +DISTNAME= nail-11.1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nail/} EXTRACT_SUFX= .tar.bz2 |