Variable: nnmairix-propagate-marks-upon-close

nnmairix-propagate-marks-upon-close is a customizable variable defined in nnmairix.el.gz.

Value

t

Documentation

Flag if marks should be propagated upon closing a group.

The default of this variable is t. If set to ask, the user will be asked if the flags should be propagated when the group is closed. If set to nil, the user will have to manually call nnmairix-propagate-marks.

This variable was added, or its default value changed, in Emacs 23.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnmairix.el.gz
(defcustom nnmairix-propagate-marks-upon-close t
  "Flag if marks should be propagated upon closing a group.
The default of this variable is t.  If set to `ask', the
user will be asked if the flags should be propagated when the
group is closed.  If set to nil, the user will have to manually
call `nnmairix-propagate-marks'."
  :version "23.1"
  :type '(choice (const :tag "always" t)
		 (const :tag "ask" ask)
		 (const :tag "never" nil)))