From: Lars Ingebrigtsen Date: Fri, 30 Apr 2021 08:41:18 +0000 (+0200) Subject: Alter `gnus-article-show-images' to re-display with images installed X-Git-Tag: emacs-28.0.90~2665 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e083440e10fb6415cecce4f2536e5c33e06dc27;p=emacs.git Alter `gnus-article-show-images' to re-display with images installed * lisp/gnus/gnus-art.el (gnus-article-show-images): Reselect to display HTML images. --- diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index d989a4d5bb5..5ce03db1b9b 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -2221,6 +2221,10 @@ unfolded." "Show any images that are in the HTML-rendered article buffer. This only works if the article in question is HTML." (interactive nil gnus-article-mode gnus-summary-mode) + ;; Reselect for image display. + (let ((gnus-blocked-images nil) + (gnus-inhibit-images nil)) + (gnus-summary-select-article)) (gnus-with-article-buffer (save-restriction (widen)