mu4e: Decode headers before viewing in browser

This commit is contained in:
Christophe Troestler 2021-04-26 01:50:23 +02:00
parent a9a874937e
commit 163fa1ee87
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ etc."
(with-temp-buffer
(insert-file-contents-literally
(mu4e-message-field msg :path) nil nil nil t)
(run-hooks 'gnus-article-decode-hook)
(let ((header (mapconcat 'identity
(seq-filter (lambda(hdr) hdr)
(seq-map (lambda(field)