diff options
| author | Kirill Ponomarev <krion@FreeBSD.org> | 2018-05-21 20:39:16 +0000 |
|---|---|---|
| committer | Kirill Ponomarev <krion@FreeBSD.org> | 2018-05-21 20:39:16 +0000 |
| commit | 4dad82591b9974ef451cccb3180dd0091322c55c (patch) | |
| tree | d2f8332924d428983daf79812181be74123881d9 /mail/mutt/files/patch-smime-sender | |
| parent | - Mark xmms2 slave ports as broken with openssl-devel [1] (diff) | |
Update to 1.10.0
PR: 228387
Submitted by: maintainer
Diffstat (limited to 'mail/mutt/files/patch-smime-sender')
| -rw-r--r-- | mail/mutt/files/patch-smime-sender | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/mutt/files/patch-smime-sender b/mail/mutt/files/patch-smime-sender index 9234ea627960..fe881fa63c2a 100644 --- a/mail/mutt/files/patch-smime-sender +++ b/mail/mutt/files/patch-smime-sender @@ -1,6 +1,6 @@ --- commands.c.orig 2017-09-08 22:18:16 UTC +++ commands.c -@@ -185,7 +185,7 @@ int mutt_display_message (HEADER *cur) +@@ -186,7 +186,7 @@ int mutt_display_message (HEADER *cur) { if (cur->security & GOODSIGN) { @@ -11,7 +11,7 @@ mutt_error ( _("S/MIME certificate owner does not match sender.")); --- init.h.orig 2017-09-08 22:18:16 UTC +++ init.h -@@ -3099,6 +3099,15 @@ struct option_t MuttVars[] = { +@@ -3160,6 +3169,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) */ @@ -24,12 +24,12 @@ + ** longer needs email-addresses as part of the certificates. + ** It is not set by default. + */ - { "smime_sign_as", DT_SYN, R_NONE, UL "smime_default_key", 0 }, + { "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 2017-09-08 22:18:16 UTC +++ mutt.h -@@ -521,6 +521,7 @@ enum +@@ -539,6 +540,7 @@ enum OPTSMIMEISDEFAULT, OPTSMIMESELFENCRYPT, OPTASKCERTLABEL, |
