Variable: gnus-agent-cache

gnus-agent-cache is a customizable variable defined in gnus.el.gz.

Value

t

Documentation

Controls use of the agent cache while plugged.

When set, Gnus will prefer using the locally stored content rather than re-fetching it from the server. You also need to enable gnus-agent for this to have any affect.

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

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(defcustom gnus-agent-cache t
  "Controls use of the agent cache while plugged.
When set, Gnus will prefer using the locally stored content rather
than re-fetching it from the server.  You also need to enable
`gnus-agent' for this to have any affect."
  :version "22.1"
  :group 'gnus-agent
  :type 'boolean)