Variable: gnus-save-all-headers

gnus-save-all-headers is a customizable variable defined in gnus-art.el.gz.

Value

t

Documentation

If non-nil, don't remove any headers before saving.

This will be overridden by the :headers property that the symbol of the saver function, which is specified by gnus-default-article-saver, might have.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defcustom gnus-save-all-headers t
  "If non-nil, don't remove any headers before saving.
This will be overridden by the `:headers' property that the symbol of
the saver function, which is specified by `gnus-default-article-saver',
might have."
  :group 'gnus-article-saving
  :type 'boolean)