mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-11 05:51:21 -08:00
Fix problem with 8bit content-transfer-encoding in nndoc mbox files
* lisp/gnus/nndoc.el (nndoc-possibly-change-buffer): If we're reading an mbox file, it may contain messages that use content-transfer-encoding 8bit, which means that we have to treat the file as a sequence of byte (bug#42951). This avoids double-decoding -- once by Emacs when inserting the mbox into the buffer, and once by Gnus when displaying the articles.
This commit is contained in:
parent
149d64bbb2
commit
5d76288660
1 changed files with 1 additions and 0 deletions
|
|
@ -352,6 +352,7 @@ from the document.")
|
|||
nndoc-group-alist)
|
||||
(setq nndoc-dissection-alist nil)
|
||||
(with-current-buffer nndoc-current-buffer
|
||||
(set-buffer-multibyte nil)
|
||||
(erase-buffer)
|
||||
(condition-case error
|
||||
(if (and (stringp nndoc-address)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue