Variable: gnus-treat-strip-headers-in-body

gnus-treat-strip-headers-in-body is a customizable variable defined in gnus-art.el.gz.

Value

t

Documentation

Strip the X-No-Archive header line from the beginning of the body.

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-headers-in-body t
  "Strip the X-No-Archive header line from the beginning of the body.
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)