lisp/gnus/gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images" to "Display" menu

This commit is contained in:
Adam Sjøgren 2015-03-29 13:30:36 +00:00 committed by Katsumi Yamaoka
parent 66415fdf62
commit d193f52f78
3 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2015-03-28 Adam Sjøgren <asjo@koldfront.dk>
* gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
to "Display" menu.
2015-03-24 Eric Abrahamsen <eric@ericabrahamsen.net>
* nnimap.el (nnimap-split-incoming-mail): If a message is already

View file

@ -7210,6 +7210,8 @@ If given a prefix, show the hidden text instead."
(set-buffer buf))))))
(defun gnus-block-private-groups (group)
"Allows images in newsgroups to be shown, blocks images in all
other groups."
(if (or (gnus-news-group-p group)
(gnus-member-of-valid 'global group))
;; Block nothing in news groups.

View file

@ -2424,6 +2424,7 @@ increase the score of each group you read."
["Lapsed" gnus-article-date-lapsed t]
["User-defined" gnus-article-date-user t])
("Display"
["Display HTML images" gnus-article-show-images t]
["Remove images" gnus-article-remove-images t]
["Toggle smiley" gnus-treat-smiley t]
["Show X-Face" gnus-article-display-x-face t]