comparison lisp/gnus/gnus-art.el @ 103352:827a8db0b5ad

Synch with Gnus trunk: 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. (nnmairix-request-group): Do not update active file for nnml back ends. (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back end so that overview files are ignored. (nnmairix-update-groups): Make updating the groups more robust by using marks. (nnmairix-determine-original-group-from-path): Circumvent mairix bug with dollar characters in message-id.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Mon, 08 Jun 2009 22:47:11 +0000
parents c35aac5fa64e
children a86fc864e9fc
comparison
equal deleted inserted replaced
103351:0bed5747a151 103352:827a8db0b5ad
4941 (when description 4941 (when description
4942 (concat "| Description: " description "\n")) 4942 (concat "| Description: " description "\n"))
4943 "`----\n")) 4943 "`----\n"))
4944 (setcdr data 4944 (setcdr data
4945 (cdr (mm-make-handle 4945 (cdr (mm-make-handle
4946 nil `("text/plain") nil nil 4946 nil `("text/plain" (charset . gnus-decoded)) nil nil
4947 (list "attachment") 4947 (list "attachment")
4948 (format "Deleted attachment (%s bytes)" bsize)))))) 4948 (format "Deleted attachment (%s bytes)" bsize))))))
4949 ;; (set-buffer gnus-summary-buffer) 4949 ;; (set-buffer gnus-summary-buffer)
4950 (gnus-article-edit-part handles id)))) 4950 (gnus-article-edit-part handles id))))
4951 4951