Variable: gnus-list-identifiers
gnus-list-identifiers is a customizable variable defined in
gnus-sum.el.gz.
Value
nil
Documentation
Regexp that matches list identifiers to be removed from subject.
This can also be a list of regexps.
This variable was added, or its default value changed, in Emacs 21.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-list-identifiers nil
"Regexp that matches list identifiers to be removed from subject.
This can also be a list of regexps."
:version "21.1"
:group 'gnus-summary-format
:group 'gnus-article-hiding
:type '(choice (const :tag "none" nil)
(regexp :value ".*")
(repeat :value (".*") regexp)))