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.
This commit is contained in:
parent
2a38a2c875
commit
8e083440e1
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue