Variable: nnmairix-only-use-registry
nnmairix-only-use-registry is a customizable variable defined in
nnmairix.el.gz.
Value
nil
Documentation
Use only the registry for determining original group(s).
If set to t, nnmairix will only use the registry for determining the original group(s) of an article (which is also necessary for propagating marks). If set to nil, it will also try to determine the group from an additional mairix search which might be slow when propagating lots of 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-only-use-registry nil
"Use only the registry for determining original group(s).
If set to t, nnmairix will only use the registry for determining
the original group(s) of an article (which is also necessary for
propagating marks). If set to nil, it will also try to determine
the group from an additional mairix search which might be slow
when propagating lots of marks."
:version "23.1"
:type 'boolean)