Variable: gnus-read-all-available-headers

gnus-read-all-available-headers is a customizable variable defined in gnus-sum.el.gz.

Value

nil

Documentation

Whether Gnus should parse all headers made available to it.

This is mostly relevant for slow back ends where the user may wish to widen the summary buffer to include all headers that were fetched.

This variable was added, or its default value changed, in Emacs 22.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-read-all-available-headers nil
  "Whether Gnus should parse all headers made available to it.
This is mostly relevant for slow back ends where the user may
wish to widen the summary buffer to include all headers
that were fetched."
  :version "22.1"
  :group 'gnus-summary
  :type '(choice boolean regexp))