From: yamaoka Date: Fri, 17 Nov 2000 09:31:08 +0000 (+0000) Subject: Synch with Gnus. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7baaaf6aa6a4c2d3bd925cf20b41019a2a4bd70e;p=elisp%2Fgnus.git- Synch with Gnus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index db9a429..a096dbd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-11-16 23:31 ShengHuo ZHU + + * mml.el (mml-generate-mime-1): Ignore ascii. + 2000-11-16 Justin Sheehy * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items. diff --git a/lisp/mml.el b/lisp/mml.el index f740e24..39f9dfa 100644 --- a/lisp/mml.el +++ b/lisp/mml.el @@ -294,6 +294,7 @@ If MML is non-nil, return the buffer up till the correspondent mml tag." (with-temp-buffer (setq charset (mm-charset-to-coding-system (cdr (assq 'charset cont)))) + (if (eq charset 'ascii) (setq charset nil)) (cond ((cdr (assq 'buffer cont)) (insert-buffer-substring (cdr (assq 'buffer cont))))