Variable: nnmairix-propagate-marks-to-nnmairix-groups

nnmairix-propagate-marks-to-nnmairix-groups is a customizable variable defined in nnmairix.el.gz.

Value

nil

Documentation

Flag if marks from original articles should be seen in nnmairix groups.

The default is nil since it will only work if the articles are in maildir format and NOT managed by the nnmaildir back end but e.g. an IMAP server (which stores the marks in the maildir file name). You may safely set this to t for testing - the worst that can happen are wrong marks in nnmairix groups.

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-to-nnmairix-groups nil
  "Flag if marks from original articles should be seen in nnmairix groups.
The default is nil since it will only work if the articles are in
maildir format and NOT managed by the nnmaildir back end but
e.g. an IMAP server (which stores the marks in the maildir file
name).  You may safely set this to t for testing - the worst that
can happen are wrong marks in nnmairix groups."
  :version "23.1"
  :type 'boolean)