gnus: handle more non-ascii

Fix character decoding issues for some (but not all) messages. This to
Chris00 for this work on this!
This commit is contained in:
djcb 2018-09-02 16:43:06 +03:00
parent 665e8e5436
commit f8a5daa666
1 changed files with 3 additions and 1 deletions

View File

@ -366,10 +366,12 @@ article-mode."
(unless marked-read
;; when we're being marked as read, no need to start rendering the messages; just the minimal
;; so (update... ) can find us.
(insert-file-contents path)
(mm-disable-multibyte)
(insert-file-contents-literally path)
(setq
gnus-summary-buffer (get-buffer-create " *appease-gnus*")
gnus-original-article-buffer (current-buffer))
(mm-enable-multibyte)
(article-de-base64-unreadable)
(article-de-quoted-unreadable)
(gnus-article-prepare-display)