mu4e-view: decrypt when replying
Let's decrypt a message before replying. HT: Thierry Volpiato.
This commit is contained in:
@ -375,7 +375,6 @@ Gnus' article-mode."
|
|||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
(let ((path (mu4e-message-field msg :path))
|
(let ((path (mu4e-message-field msg :path))
|
||||||
(inhibit-read-only t)
|
(inhibit-read-only t)
|
||||||
(mm-decrypt-option 'never)
|
|
||||||
(gnus-article-emulate-mime t))
|
(gnus-article-emulate-mime t))
|
||||||
(buffer-disable-undo)
|
(buffer-disable-undo)
|
||||||
(insert-file-contents-literally path nil nil nil t)
|
(insert-file-contents-literally path nil nil nil t)
|
||||||
|
|||||||
Reference in New Issue
Block a user