mu4e-view: use mm-insert-file-contents

Which should avoid some encoding troubles.
This commit is contained in:
Dirk-Jan C. Binnema 2021-01-11 10:15:43 +02:00
parent c1a5a690e4
commit bcd96d8a1e
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ article-mode."
gnus-buttonized-mime-types)))
(switch-to-buffer (get-buffer-create mu4e~view-buffer-name))
(erase-buffer)
(insert-file-contents path)
(mm-insert-file-contents path nil nil nil nil t)
(setq
gnus-summary-buffer (get-buffer-create " *appease-gnus*")
gnus-original-article-buffer (current-buffer))