Variable: gnus-global-groups
gnus-global-groups is a customizable variable defined in
gnus-art.el.gz.
Value
nil
Documentation
Groups that should be considered like "news" groups.
This means that images will be automatically loaded, for instance.
This variable was added, or its default value changed, in Emacs 28.1.
Probably introduced at or before Emacs version 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defcustom gnus-global-groups nil
"Groups that should be considered like \"news\" groups.
This means that images will be automatically loaded, for instance."
:type '(repeat string)
:version "28.1"
:group 'gnus-article)