Variable: nnmail-list-identifiers

nnmail-list-identifiers is a customizable variable defined in nnmail.el.gz.

Value

nil

Documentation

Regexp that matches list identifiers to be removed.

This can also be a list of regexps.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnmail.el.gz
(defcustom nnmail-list-identifiers nil
  "Regexp that matches list identifiers to be removed.
This can also be a list of regexps."
  :group 'nnmail-prepare
  :type '(choice (const :tag "none" nil)
		 (regexp :value ".*")
		 (repeat :value (".*") regexp)))