]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/gnus/mm-uu.el (mm-uu-org-src-code-block-extract):
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 2 Aug 2017 03:23:49 +0000 (03:23 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 2 Aug 2017 03:23:49 +0000 (03:23 +0000)
Say the handle is already decoded.
cf. <yw.87lgnh5cfv.fsf@alex.chromebook> in the info-gnus-english list.

lisp/gnus/mm-uu.el

index 10cdeed3fbbb2d30daad1c089875618653a29a7b..177589c5f03df30af298385c0e936efcda3b166b 100644 (file)
@@ -393,7 +393,7 @@ apply the face `mm-uu-extract'."
 
 (defun mm-uu-org-src-code-block-extract ()
   (mm-make-handle (mm-uu-copy-to-buffer start-point end-point)
-                  '("text/x-org")))
+                 '("text/x-org" (charset . gnus-decoded))))
 
 (defvar gnus-newsgroup-name)