Changes committed gnus/lisp (ChangeLog gnus-art.el)
"Katsumi Yamaoka" <[email protected]> Mon, 01 Jun 2009 13:48:30 +0200
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset to deleted part. Index: ChangeLog diff -u gnus/lisp/ChangeLog:7.1996 gnus/lisp/ChangeLog:7.1997 --- ChangeLog:7.1996 Sat May 30 13:53:36 2009 +++ ChangeLog Mon Jun 1 13:48:30 2009 @@ -1,3 +1,8 @@ +2009-06-01 Katsumi Yamaoka <[email protected]> + + * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset + to deleted part. + 2009-05-30 David Engster <[email protected]> * nnmairix.el: Remove old documentation in the commentary block. Index: gnus-art.el diff -u gnus/lisp/gnus-art.el:7.290 gnus/lisp/gnus-art.el:7.291 --- gnus-art.el:7.290 Fri Feb 27 00:35:59 2009 +++ gnus-art.el Mon Jun 1 13:48:30 2009 @@ -4943,7 +4943,7 @@ "`----\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)