diff options
| author | Alex Kozlov <ak@FreeBSD.org> | 2019-05-29 17:41:34 +0000 |
|---|---|---|
| committer | Alex Kozlov <ak@FreeBSD.org> | 2019-05-29 17:41:34 +0000 |
| commit | 5d3181d2b5b1e26b170e61800990443e48999ce7 (patch) | |
| tree | bb44a0133b42acfef5aa7ef7240e70c5c0af91c8 /mail/mutt/files/patch-smime-sender | |
| parent | lang/erlang: check if EI_VSN, SNMP_VSN, and TOOLS_VSN are valid. (diff) | |
- Update to 1.12.0 [*]
- Clean up patches due to upstream whitespace cleanup/changes
- Mark NNTP patch broken with 1.12.0
- VVV quote patch broken. Add to files/ fixed version until updated upstream
- Update extra-patch-maildir-mtime* due to upstream 6317a30369e
- Remove extra-patch-smime-outlook. The code [2] backing this patch was removed
[*] http://www.mutt.org/relnotes/1.12/
PR: 238179
Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)
Diffstat (limited to 'mail/mutt/files/patch-smime-sender')
| -rw-r--r-- | mail/mutt/files/patch-smime-sender | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/mutt/files/patch-smime-sender b/mail/mutt/files/patch-smime-sender index 6b7bc23e86ea..c062f0976ed5 100644 --- a/mail/mutt/files/patch-smime-sender +++ b/mail/mutt/files/patch-smime-sender @@ -1,6 +1,6 @@ ---- commands.c.orig 2018-10-04 22:30:10 UTC +--- commands.c.orig 2019-04-28 20:41:58 UTC +++ commands.c -@@ -186,7 +186,7 @@ int mutt_display_message (HEADER *cur) +@@ -266,7 +266,7 @@ int mutt_display_message (HEADER *cur) { if (cur->security & GOODSIGN) { @@ -9,9 +9,9 @@ mutt_message ( _("S/MIME signature successfully verified.")); else mutt_error ( _("S/MIME certificate owner does not match sender.")); ---- init.h.orig 2018-11-24 19:06:11 UTC +--- init.h.orig 2019-05-26 19:28:51 UTC +++ init.h -@@ -3232,6 +3232,15 @@ struct option_t MuttVars[] = { +@@ -3357,6 +3357,15 @@ struct option_t MuttVars[] = { ** to determine the key to use. It will ask you to supply a key, if it can't find one. ** (S/MIME only) */ @@ -27,9 +27,9 @@ { "smime_self_encrypt_as", DT_SYN, R_NONE, UL "smime_default_key", 0 }, { "smime_default_key", DT_STR, R_NONE, UL &SmimeDefaultKey, 0 }, /* ---- mutt.h.orig 2018-11-24 19:06:11 UTC +--- mutt.h.orig 2019-05-26 19:28:52 UTC +++ mutt.h -@@ -551,6 +551,7 @@ enum +@@ -566,6 +566,7 @@ enum OPTSMIMEISDEFAULT, OPTSMIMESELFENCRYPT, OPTASKCERTLABEL, |
