(gnus-mime-delete-part): Specify gnus-decoded as charset to deleted part.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 1 Jun 2009 11:48:30 +0000 (11:48 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 1 Jun 2009 11:48:30 +0000 (11:48 +0000)
lisp/ChangeLog
lisp/gnus-art.el

index 9a7f8c3..7e1985b 100644 (file)
@@ -1,3 +1,8 @@
+2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
+       to deleted part.
+
 2009-05-30  David Engster  <dengste@eml.cc>
 
        * nnmairix.el: Remove old documentation in the commentary block.
index 91fccf7..df1a970 100644 (file)
@@ -4943,7 +4943,7 @@ Deleting parts may malfunction or destroy the article; continue? "))
            "`----\n"))
          (setcdr data
                  (cdr (mm-make-handle
-                       nil `("text/plain") nil nil
+                       nil `("text/plain" (charset . gnus-decoded)) nil nil
                        (list "attachment")
                        (format "Deleted attachment (%s bytes)" bsize))))))
       ;; (set-buffer gnus-summary-buffer)