Variable: gnus-picon-style
gnus-picon-style is a customizable variable defined in
gnus-picon.el.gz.
Value
inline
Documentation
How should picons be displayed.
If inline, the textual representation is replaced. If right, picons are
added right to the textual representation.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-picon.el.gz
(defcustom gnus-picon-style 'inline
"How should picons be displayed.
If `inline', the textual representation is replaced. If `right', picons are
added right to the textual representation."
:type '(choice (const inline)
(const right))
:group 'gnus-picon)