]> git.eshelyaron.com Git - emacs.git/commit
Fix problem with 8bit content-transfer-encoding in nndoc mbox files
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 21 Aug 2020 13:36:45 +0000 (15:36 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 21 Aug 2020 13:36:51 +0000 (15:36 +0200)
commit9d0385d7c7adc810dfd06321b783593b7afb3d58
tree35f48a98d93834de74ef99194d45d9077133438c
parentd3c73fbfddb40a9d613149cfcdfb66cd162c4f58
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.
lisp/gnus/nndoc.el