Variable: gnus-view-pseudos
gnus-view-pseudos is a customizable variable defined in
gnus-sum.el.gz.
Value
nil
Documentation
If automatic, pseudo-articles will be viewed automatically.
If not-confirm, pseudos will be viewed automatically, and the user
will not be asked to confirm the command.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-view-pseudos nil
"If `automatic', pseudo-articles will be viewed automatically.
If `not-confirm', pseudos will be viewed automatically, and the user
will not be asked to confirm the command."
:group 'gnus-extract-view
:type '(choice (const :tag "off" nil)
(const automatic)
(const not-confirm)))