diff options
author | tron <tron@pkgsrc.org> | 2016-04-09 08:47:36 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2016-04-09 08:47:36 +0000 |
commit | 2b5e451a94eade5f75bd35692e637077b26eb66e (patch) | |
tree | 8192e9c18a690250a529cbba6e4d352384846b35 /mail/mutt/Makefile | |
parent | 309b90847a0ad0fe3a1fb6bbdcf61db147205c17 (diff) | |
download | pkgsrc-2b5e451a94eade5f75bd35692e637077b26eb66e.tar.gz |
Update "mutt" package to version 1.6.0. Changes since version 1.5.4:
+ Enabled utf-8 mailbox support for IMAP.
+ New expandos %r and %R for comma separated list of To: and Cc:
recipients respectively.
+ Improved support for internationalized email and SMTPUTF8 (RFC653[0-3]).
! $use_idn has been renamed to $idn_decode.
+ $idn_encode controls whether outgoing email address domains will
be IDNA encoded. If your MTA supports it, unset to use utf-8
email address domains.
+ The S/MIME message digest algorithm is now specified using the
option $smime_sign_digest_alg. Note that $smime_sign_command
should be modified to include "-md %d". Please see
contrib/smime.rc.
+ $reflow_space_quotes allows format=flowed email quotes to be
displayed with spacing between them.
! multipart draft files are now supported.
+ The "-E" command line argument causes mutt to edit draft or include files.
All changes made in mutt will be saved back out to those files.
+ $resume_draft_files and $resume_edited_draft_files control how
mutt processes draft files.
+ For classic gpg mode, $pgp_decryption_okay should be set to verify
multipart/encrypted are actually encrypted. Please see
contrib/gpg.rc for the suggested value.
! mailto URL header parameters by default are now restricted to
'body' and 'subject'.
+ mailto_allow and unmailto_allow can be used to add or remove
allowed mailto header parameters.
! The method of setting $hostname has been changed. Rather than
scanning /etc/resolv.conf, the domain will now be determined using
DNS calls.
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index fce0ef7879b..90503cbe402 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.176 2016/03/05 11:28:49 jperkin Exp $ +# $NetBSD: Makefile,v 1.177 2016/04/09 08:47:36 tron Exp $ -DISTNAME= mutt-1.5.24 -PKGREVISION= 3 +DISTNAME= mutt-1.6.0 CATEGORIES= mail MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ |