From: yamaoka Date: Thu, 7 Oct 2004 14:29:22 +0000 (+0000) Subject: Synch to No Gnus 200410071355. X-Git-Tag: t-gnus-6_17_4-quimby-~722 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=11f7db49c26d5be3f4b6a267c1bb5477ac873ee0;p=elisp%2Fgnus.git- Synch to No Gnus 200410071355. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cf1c953..b05349e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2004-10-07 TSUCHIYA Masatoshi + + * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline' + instead of calling `mm-insert-inline', to decode text/* parts + before displaying them. + 2004-10-07 Katsumi Yamaoka * mm-uu.el (mm-uu-text-plain-type): New variable. diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 547218a..2dea0aa 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -5077,7 +5077,7 @@ If displaying \"text/html\" is discouraged \(see (forward-line -1) (setq beg (point))) (gnus-article-insert-newline) - (mm-insert-inline handle (mm-get-part handle)) + (mm-display-inline handle) (goto-char (point-max)))) ;; Do highlighting. (save-excursion