Variable: nnmail-split-fancy-with-parent-ignore-groups

nnmail-split-fancy-with-parent-ignore-groups is a customizable variable defined in nnmail.el.gz.

Value

nil

Documentation

Regexp matching group names ignored by nnmail-split-fancy-with-parent.

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-split-fancy-with-parent-ignore-groups nil
  "Regexp matching group names ignored by `nnmail-split-fancy-with-parent'.
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)))