Variable: gnus-view-pseudos-separately

gnus-view-pseudos-separately is a customizable variable defined in gnus-sum.el.gz.

Value

t

Documentation

If non-nil, one pseudo-article will be created for each file to be viewed.

If nil, all files that use the same viewing command will be given as a list of parameters to that command.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-view-pseudos-separately t
  "If non-nil, one pseudo-article will be created for each file to be viewed.
If nil, all files that use the same viewing command will be given as a
list of parameters to that command."
  :group 'gnus-extract-view
  :type 'boolean)