mu4e-view: decrypt when replying

Let's decrypt a message before replying.

HT: Thierry Volpiato.
This commit is contained in:
Dirk-Jan C. Binnema
2021-03-16 08:58:43 +02:00
parent d0615a959f
commit b7660ed33d

View File

@ -375,7 +375,6 @@ Gnus' article-mode."
(with-temp-buffer
(let ((path (mu4e-message-field msg :path))
(inhibit-read-only t)
(mm-decrypt-option 'never)
(gnus-article-emulate-mime t))
(buffer-disable-undo)
(insert-file-contents-literally path nil nil nil t)