lisp/gnus/gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images" to "Display" menu
This commit is contained in:
parent
66415fdf62
commit
d193f52f78
3 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue