]> 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>
Thu, 7 Jan 2021 13:34:39 +0000 (14:34 +0100)
commit5d76288660279c2affa4bed45956efd311eaf53d
tree90690e2d18550d8176eae27abc2badda3ace6521
parent149d64bbb2b46f63c759fe4754bdf90eb6f2a3cc
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