Variable: gnus-treat-newsgroups-picon
gnus-treat-newsgroups-picon is a customizable variable defined in
gnus-art.el.gz.
Value
nil
Documentation
Display picons in the Newsgroups and Followup-To headers.
Valid values are nil, t, head, first, last, an integer or a
predicate. See Info node (gnus)Customizing Articles and Info
node (gnus)Picons for details.
This variable was added, or its default value changed, in Emacs 22.1.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defcustom gnus-treat-newsgroups-picon
(if (and (gnus-image-type-available-p 'xpm)
(gnus-picons-installed-p))
'head nil)
"Display picons in the Newsgroups and Followup-To headers.
Valid values are nil, t, `head', `first', `last', an integer or a
predicate. See Info node `(gnus)Customizing Articles' and Info
node `(gnus)Picons' for details."
:version "22.1"
:group 'gnus-article-treat
:group 'gnus-picon
:link '(custom-manual "(gnus)Customizing Articles")
:link '(custom-manual "(gnus)Picons")
:type gnus-article-treat-head-custom)