mutt: Update to version 1.10.0
This is a feature release. Changes since version 1.9.5: ! $reply_self is now respected for group-reply, even with $metoo unset. ! Enabled $imap_poll_timeout when $imap_idle is set. ! Added %R (number of read messages) expando for $status_format. + When $change_folder_next is set, the <change-folder> function mailbox suggestion will start at the next folder in your "mailboxes" list, instead of starting at the first folder in the list. + $new_mail_command specifies a command to run after a new message is received. + $pgp_default_key specifies the default key-pair to use for PGP operations. It will be used for both encryption and signing (unless $pgp_sign_as is set). See contrib/gpg.rc. ! $smime_default_key now specifies the default key-pair to use for both encryption and signing S/MIME operations. See contrib/smime.rc. + $smime_sign_as can be used to specify a sign-only key-pair for S/MIME operations. - $pgp_self_encrypt_as is now deprecated, and is an alias for $pgp_default_key. $smime_self_encrypt_as is also deprecated, and is an alias for $smime_default_key. ! $pgp_self_encrypt and $smime_self_encrypt now default to set. This makes setting $pgp_default_key or $smime_default_key all that is required to enable self-encryption (for both classic and GPGME mode). + The <history-search> function (default: ^R) will search history based on the text currently typed in. That is, type the search string first, then hit ^R. + The $abort_noattach quadoption controls whether to abort sending a message that matches $abort_noattach_regexp and has no attachments. + Mutt can now be configured --with-idn2. This requires the libidn1 compatibility layer present in libidn2 v2.0.0 or greater. + Unsetting $browser_abbreviate_mailboxes turns off '=' and '~' shortcuts for mailbox names in the browser mailbox list. ! $sort_browser now has 'count' and 'unread' options. + <error-history> will display the last $error_history count of error/informational messages generated. + The ~M pattern matches content-type headers. Note that this pattern may be slow because it reads each message in. + The "echo" command can be used to display a message, for instance when running a macro or sourcing a file.
This commit is contained in:
parent
4eadcdd0fa
commit
d33b1cb9d1
6 changed files with 18 additions and 69 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.199 2018/04/14 22:28:03 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.200 2018/05/20 07:54:23 tron Exp $
|
||||
|
||||
DISTNAME= mutt-1.9.5
|
||||
DISTNAME= mutt-1.10.0
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://ftp.mutt.org/pub/mutt/
|
||||
MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/
|
||||
|
||||
MAINTAINER= tonio@NetBSD.org
|
||||
HOMEPAGE= http://www.mutt.org/
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.65 2018/04/14 22:28:03 tron Exp $
|
||||
$NetBSD: distinfo,v 1.66 2018/05/20 07:54:23 tron Exp $
|
||||
|
||||
SHA1 (mutt-1.9.5.tar.gz) = d5cbc6f8e9f4fbee37cf0c1f1508ba4377c8caf3
|
||||
RMD160 (mutt-1.9.5.tar.gz) = 1607b462fc41c28fdba423187dc2f01fc6e79496
|
||||
SHA512 (mutt-1.9.5.tar.gz) = 08ceeb7b212f74e4e2b18fedfe15c5ac46a22449f4e75038485748a742727ad6a2d00c1cfee99e1e195e720d83a6320ae38a3f4f94cd92667f22270f3cf6637b
|
||||
Size (mutt-1.9.5.tar.gz) = 4207937 bytes
|
||||
SHA1 (mutt-1.10.0.tar.gz) = 1ceb1e6f9d97abf1553b2583601437c820c871d3
|
||||
RMD160 (mutt-1.10.0.tar.gz) = bdf6c0842496c72c5f3a16bfce7e0e75243a52c9
|
||||
SHA512 (mutt-1.10.0.tar.gz) = 4cade7f17e157c8c2184c96d596d9dbfab704d300074eca66c567f2dab055caa9b828080cce92e2616176000219288630c33542ab83a98db0160cd085b937530
|
||||
Size (mutt-1.10.0.tar.gz) = 4249980 bytes
|
||||
SHA1 (patch-aa) = 59d89dce24110be2927c8a1ea1fa5b780d644372
|
||||
SHA1 (patch-ab) = 7c307068e129eb71ba251d175186dc9c5b171681
|
||||
SHA1 (patch-ac) = 40d119b7efed1a4622c42badc9ee97349b504044
|
||||
|
@ -12,8 +12,5 @@ SHA1 (patch-af) = e924223be1a5f894d41d430bc5741cae1e4cfe61
|
|||
SHA1 (patch-ag) = ccf9d69c4fc1017c3a906e86dd8c60f6c8c87683
|
||||
SHA1 (patch-ah) = 047f167939367b2e0d29189348deb1c83d4b013a
|
||||
SHA1 (patch-al) = 65f22d4ec1536f8eabbee4f6b0f825d725f56ed7
|
||||
SHA1 (patch-am) = f7f20860bccb63ed5464e3a1225719ffc3fa504f
|
||||
SHA1 (patch-an) = b9cc3e957bb1650c8e22c0edf0ce112f769664a1
|
||||
SHA1 (patch-ao) = 82b7ee877917d1ac5f8aea3e1b0fa8ea0b296325
|
||||
SHA1 (patch-ap) = c6f79d5c4e19efdc15e9d5a59934da52b16b7a62
|
||||
SHA1 (patch-ap) = b26c1cbc107831d075edf7ced54d34f10552b666
|
||||
SHA1 (patch-aq) = e363d8929ced9731a31af1137b111d3476a3d05d
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
$NetBSD: patch-am,v 1.2 2015/09/03 14:49:02 wiz Exp $
|
||||
|
||||
Add change_folder_next option.
|
||||
|
||||
--- mutt.h.orig 2007-08-29 02:44:16.000000000 +0900
|
||||
+++ mutt.h 2007-12-06 17:36:02.000000000 +0900
|
||||
@@ -339,6 +339,7 @@
|
||||
OPTBEEPNEW,
|
||||
OPTBOUNCEDELIVERED,
|
||||
OPTBRAILLEFRIENDLY,
|
||||
+ OPTCHANGEFOLDERNEXT,
|
||||
OPTCHECKMBOXSIZE,
|
||||
OPTCHECKNEW,
|
||||
OPTCOLLAPSEUNREAD,
|
|
@ -1,18 +0,0 @@
|
|||
$NetBSD: patch-an,v 1.1 2015/09/03 14:49:02 wiz Exp $
|
||||
|
||||
--- init.h.orig 2010-09-15 15:39:31.000000000 +0000
|
||||
+++ init.h
|
||||
@@ -355,6 +355,13 @@ struct option_t MuttVars[] = {
|
||||
** \fBNote:\fP It should only be set in case Mutt isn't able to determine the
|
||||
** character set used correctly.
|
||||
*/
|
||||
+ { "change_folder_next", DT_BOOL, R_NONE, OPTCHANGEFOLDERNEXT, 0 },
|
||||
+ /*
|
||||
+ ** .pp
|
||||
+ ** When this variable is set, the change-folder command will start at the
|
||||
+ ** next folder after the current folder in your mailbox list instead of
|
||||
+ ** starting at the first folder.
|
||||
+ */
|
||||
{ "check_mbox_size", DT_BOOL, R_NONE, OPTCHECKMBOXSIZE, 0 },
|
||||
/*
|
||||
** .pp
|
|
@ -1,18 +0,0 @@
|
|||
$NetBSD: patch-ao,v 1.3 2017/09/03 09:45:36 tron Exp $
|
||||
|
||||
Add change_folder_next option.
|
||||
|
||||
--- curs_main.c.orig 2017-09-02 19:17:12.000000000 +0100
|
||||
+++ curs_main.c 2017-09-03 10:41:52.002596572 +0100
|
||||
@@ -1214,6 +1214,11 @@
|
||||
else
|
||||
{
|
||||
mutt_buffy (buf, sizeof (buf));
|
||||
+ if (option (OPTCHANGEFOLDERNEXT) && Context && Context->path)
|
||||
+ {
|
||||
+ strfcpy (buf, Context->path, sizeof (buf));
|
||||
+ mutt_pretty_mailbox (buf, sizeof (buf));
|
||||
+ }
|
||||
|
||||
if (mutt_enter_fname (cp, buf, sizeof (buf), 1) == -1)
|
||||
{
|
|
@ -1,8 +1,10 @@
|
|||
$NetBSD: patch-ap,v 1.1 2015/09/03 14:49:02 wiz Exp $
|
||||
$NetBSD: patch-ap,v 1.2 2018/05/20 07:54:23 tron Exp $
|
||||
|
||||
--- doc/Muttrc.orig 2009-01-06 01:36:17.000000000 +0100
|
||||
+++ doc/Muttrc
|
||||
@@ -23,7 +23,7 @@ macro index,pager,attach,compose \cb "\
|
||||
Rewrite hard coded pathnames configuration file documentation
|
||||
|
||||
--- doc/Muttrc.orig 2018-05-19 18:47:52.000000000 +0100
|
||||
+++ doc/Muttrc 2018-05-20 08:49:45.043893966 +0100
|
||||
@@ -23,7 +23,7 @@
|
||||
"call urlview to extract URLs out of a message"
|
||||
|
||||
# Show documentation when pressing F1
|
||||
|
@ -10,8 +12,8 @@ $NetBSD: patch-ap,v 1.1 2015/09/03 14:49:02 wiz Exp $
|
|||
+macro generic,pager <F1> "<shell-escape> less @DOCDIR@/manual.txt<Enter>" "show Mutt documentation"
|
||||
|
||||
# show the incoming mailboxes list (just like "mutt -y") and back when pressing "y"
|
||||
macro index,pager y "<change-folder>?<toggle-mailboxes>" "show incoming mailboxes list"
|
||||
@@ -750,11 +750,11 @@ attachments -I message/external-body
|
||||
macro index y "<change-folder>?<toggle-mailboxes>" "show incoming mailboxes list"
|
||||
@@ -995,11 +995,11 @@
|
||||
# filtered message is read from the standard output.
|
||||
#
|
||||
#
|
||||
|
@ -25,7 +27,7 @@ $NetBSD: patch-ap,v 1.1 2015/09/03 14:49:02 wiz Exp $
|
|||
#
|
||||
#
|
||||
# Contains the path of the mutt_dotlock(8) binary to be used by
|
||||
@@ -4472,7 +4472,7 @@ attachments -I message/external-body
|
||||
@@ -5430,7 +5430,7 @@
|
||||
# Setting this variable will cause mutt to open a pipe to a command
|
||||
# instead of a raw socket. You may be able to use this to set up
|
||||
# preauthenticated connections to your IMAP/POP3/SMTP server. Example:
|
||||
|
|
Loading…
Reference in a new issue