Function: gnus-parameter-list-identifier
gnus-parameter-list-identifier is a byte-compiled function defined in
gnus-art.el.gz.
Signature
(gnus-parameter-list-identifier NAME)
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(gnus-define-group-parameter
list-identifier
:variable-document
"Alist of regexps and correspondent identifiers."
:variable-group gnus-article-washing
:parameter-type
'(choice :tag "Identifier"
:value nil
(symbol :tag "Item in `gnus-list-identifiers'" none)
regexp
(const :tag "None" nil))
:parameter-document
"If non-nil, specify how to remove `identifiers' from articles' subject.
Any symbol is used to look up a regular expression to match the
banner in `gnus-list-identifiers'. A string is used as a regular
expression to match the identifier directly.")