diff options
author | tonio <tonio> | 2006-07-15 19:34:15 +0000 |
---|---|---|
committer | tonio <tonio> | 2006-07-15 19:34:15 +0000 |
commit | a1093bcfb95967275d569b2e6ac02b8075eb0130 (patch) | |
tree | 99f028fd200c938f505eb19bf398ea6f1b837e1b /mail/mutt-devel/Makefile | |
parent | 6daec67634c48820b85e463041e75b46840c3b85 (diff) | |
download | pkgsrc-a1093bcfb95967275d569b2e6ac02b8075eb0130.tar.gz |
Update mail/mutt-devel to 1.5.12
Changelog :
The keys used are:
!: modified feature, -: deleted feature, +: new feature
1.5.12 (2006-07-14):
- $imap_cachedir replaced with $message_cachedir
+ Header/body caching for POP ($message_cachedir)
+ Header caching for MH folders
! $record now defaults to ~/sent
! $imap_idle now defaults to "yes" instead of "no"
+ Tab-completion for $my_* variable names and values
+ Expansion of mutt variables (except shell escape)
+ Self-defined variables with $my_* prefix
+ Pattern group support
+ $imap_cachedir
+ 'old' flag on IMAP folders
+ SASL-IR support for IMAP
+ IMAP IDLE support and $imap_idle
+ Pipeline-based IMAP communicaton
+ Full large file support
+ Attachment counting: attachments and unattachments commands,
%Q and %X for $attach_format, %X for $index_format
+ Basque translation
+ QDBM backend for header caching
+ Irish translation
Diffstat (limited to 'mail/mutt-devel/Makefile')
-rw-r--r-- | mail/mutt-devel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 29ecaecd80f..6f7bd442f77 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2006/06/20 14:07:31 tonio Exp $ +# $NetBSD: Makefile,v 1.51 2006/07/15 19:34:15 tonio Exp $ -DISTNAME= mutt-1.5.11 -PKGREVISION= 5 +DISTNAME= mutt-1.5.12 CATEGORIES= mail MUTT_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.stealth.net/pub/mirrors/ftp.mutt.org/pub/mutt/ \ |