Variable: nnmail-cache-ignore-groups
nnmail-cache-ignore-groups is a customizable variable defined in
nnmail.el.gz.
Value
nil
Documentation
Regexp matching group ignored when inserting message ids into the cache.
This is used by nnmail-cache-insert.
This can also be a list of regexps.
This variable was added, or its default value changed, in Emacs 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnmail.el.gz
(defcustom nnmail-cache-ignore-groups nil
"Regexp matching group ignored when inserting message ids into the cache.
This is used by `nnmail-cache-insert'.
This can also be a list of regexps."
:version "22.1"
:group 'nnmail-split
:type '(choice (const :tag "none" nil)
(regexp :value ".*")
(repeat :value (".*") regexp)))