Merge pull request #635 from tmalsburg/master

mu4e: Added workaround for #417.
This commit is contained in:
Dirk-Jan C. Binnema 2015-07-04 12:20:05 +03:00
commit 6fd4e67f3b
1 changed files with 3 additions and 0 deletions

View File

@ -175,6 +175,9 @@ messages - for example, `mu4e-org'."
;; not, when the policy is 'ask'. we simply assume the user said yes... the
;; alternative would be to ask for each message, encrypted or not. maybe we
;; need an extra policy...
(let ((view-buffer (get-buffer "*mu4e-view*")))
(when view-buffer
(kill-buffer view-buffer)))
(mu4e~proc-view msgid mu4e-view-show-images mu4e-decryption-policy))
(defun mu4e~view-custom-field (msg field)