From f205c6e78b18365fef34192a66d139796d051f51 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 21 Jan 2011 23:33:46 +0000 Subject: [PATCH] gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather than mm-insert-inline. --- lisp/gnus/ChangeLog | 5 +++++ lisp/gnus/gnus-art.el | 13 +------------ 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 4dba61b833b..807bdc00ebd 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -3,6 +3,11 @@ * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes): Don't confuse the "ret" of "retrograde" with RET. +2011-01-21 Julien Danjou + + * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather + than mm-insert-inline. + 2011-01-21 Katsumi Yamaoka * gnus-art.el (gnus-article-remove-images, gnus-article-show-images): diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index c0029e74553..430590d9abb 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -5897,18 +5897,7 @@ If displaying \"text/html\" is discouraged \(see (forward-line -1) (setq beg (point))) (gnus-article-insert-newline) - (mm-insert-inline - handle - (let ((charset (or (mail-content-type-get (mm-handle-type handle) - 'charset) - (and (equal type "text/calendar") 'utf-8)))) - (cond ((not charset) - (mm-string-as-multibyte (mm-get-part handle))) - ((eq charset 'gnus-decoded) - (with-current-buffer (mm-handle-buffer handle) - (buffer-string))) - (t - (mm-decode-string (mm-get-part handle) charset))))) + (mm-display-inline handle) (goto-char (point-max)))) ;; Do highlighting. (save-excursion -- 2.39.2