X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-tree.el;h=5695b684029c9fad127d93be65773d9783befaae;hb=d689a73e6dbddb1adfda3ce94167573583793394;hp=182235e79525be3723877d496ed717018af4f7f3;hpb=5e375688418bd35c5b2de71fb69035332ba5aeab;p=notmuch diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 182235e7..5695b684 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -867,6 +867,11 @@ the same as for the function notmuch-tree." (setq notmuch-tree-query-context query-context) (setq notmuch-tree-target-msg target) (setq notmuch-tree-open-target open-target) + ;; Set the default value for `notmuch-show-process-crypto' in this + ;; buffer. Although we don't use this some of the functions we call + ;; (such as reply) do. It is a buffer local variable so setting it + ;; will not affect genuine show buffers. + (setq notmuch-show-process-crypto notmuch-crypto-process-mime) (erase-buffer) (goto-char (point-min))