mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
Fix reply to encrypted mail when discouraging plain text.
If an encrypted multipart message is received which contains html and notmuch-multipart/alternative-discouraged is set to discourage "text/plain", any encrypted parts are not decrypted during generation of the reply text. This fixes that problem by making sure notmuch-mua-reply does that.
This commit is contained in:
parent
fae577cc48
commit
0301055f07
1 changed files with 4 additions and 0 deletions
|
@ -251,6 +251,10 @@ mutiple parts get a header."
|
||||||
(notmuch-show-max-text-part-size 0)
|
(notmuch-show-max-text-part-size 0)
|
||||||
;; Insert headers for parts as appropriate for replying.
|
;; Insert headers for parts as appropriate for replying.
|
||||||
(notmuch-show-insert-header-p-function notmuch-mua-reply-insert-header-p-function)
|
(notmuch-show-insert-header-p-function notmuch-mua-reply-insert-header-p-function)
|
||||||
|
;; Ensure that any encrypted parts are
|
||||||
|
;; decrypted during the generation of the reply
|
||||||
|
;; text.
|
||||||
|
(notmuch-show-process-crypto process-crypto)
|
||||||
;; Don't indent multipart sub-parts.
|
;; Don't indent multipart sub-parts.
|
||||||
(notmuch-show-indent-multipart nil))
|
(notmuch-show-indent-multipart nil))
|
||||||
;; We don't want sigstatus buttons (an information leak and usually wrong anyway).
|
;; We don't want sigstatus buttons (an information leak and usually wrong anyway).
|
||||||
|
|
Loading…
Reference in a new issue