Synch to No Gnus 200410071355.
authoryamaoka <yamaoka>
Thu, 7 Oct 2004 14:29:22 +0000 (14:29 +0000)
committeryamaoka <yamaoka>
Thu, 7 Oct 2004 14:29:22 +0000 (14:29 +0000)
lisp/ChangeLog
lisp/gnus-art.el

index cf1c953..b05349e 100644 (file)
@@ -1,3 +1,9 @@
+2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
+       * 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  <yamaoka@jpl.org>
 
        * mm-uu.el (mm-uu-text-plain-type): New variable.
index 547218a..2dea0aa 100644 (file)
@@ -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