Variable: gnus-treat-strip-list-identifiers
gnus-treat-strip-list-identifiers is a customizable variable defined
in gnus-art.el.gz.
Value
head
Documentation
Strip list identifiers from gnus-list-identifiers.
Valid values are nil, t, head, first, last, an integer or a
predicate. See Info node (gnus)Customizing Articles.
This variable was added, or its default value changed, in Emacs 21.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defcustom gnus-treat-strip-list-identifiers 'head
"Strip list identifiers from `gnus-list-identifiers'.
Valid values are nil, t, `head', `first', `last', an integer or a
predicate. See Info node `(gnus)Customizing Articles'."
:version "21.1"
:group 'gnus-article-treat
:link '(custom-manual "(gnus)Customizing Articles")
:type gnus-article-treat-custom)