Variable: nnmairix-allowfast-default
nnmairix-allowfast-default is a customizable variable defined in
nnmairix.el.gz.
Value
nil
Documentation
Whether fast entering should be the default for nnmairix groups.
You may set this to t to make entering the group faster, but note that this might lead to problems, especially when used with marks propagation.
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-allowfast-default nil
"Whether fast entering should be the default for nnmairix groups.
You may set this to t to make entering the group faster, but note that
this might lead to problems, especially when used with marks propagation."
:version "23.1"
:type 'boolean)