diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-09-19 21:16:35 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-09-19 21:16:42 +0200 |
commit | eda48b6fed851a14e183c38b737c5bc3992862c4 (patch) | |
tree | 08a35c025c9e203e4169ca554594ec7a454750ba /doc/misc | |
parent | 091cb97a2a4abba2615a5035d2ce26a6ee06d245 (diff) | |
download | emacs-eda48b6fed851a14e183c38b737c5bc3992862c4.tar.gz emacs-eda48b6fed851a14e183c38b737c5bc3992862c4.tar.bz2 emacs-eda48b6fed851a14e183c38b737c5bc3992862c4.zip |
Add a new variable 'gnus-global-groups'
* doc/misc/gnus.texi (HTML): Document it.
* lisp/gnus/gnus-art.el (gnus-global-groups): New variable.
(gnus-block-private-groups): Use it.
Diffstat (limited to 'doc/misc')
-rw-r--r-- | doc/misc/gnus.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 2a0b51bd88c..a1c8b327f26 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi @@ -11979,6 +11979,11 @@ anything that isn't a newsgroup. This means that no external images will be fetched as a result of reading mail, so that nobody can use web bugs (and the like) to track whether you've read email. +@vindex gnus-global-groups +If you have specific private groups that you want to have treated as +if they were public groups, you can add the name of that group to the +@code{gnus-global-groups} list. + Also @pxref{Misc Article} for @code{gnus-inhibit-images}. @item gnus-html-cache-directory |