Variable: gnus-agent-eagerly-store-articles

gnus-agent-eagerly-store-articles is a customizable variable defined in gnus.el.gz.

Value

t

Documentation

If non-nil, cache articles eagerly.

When using the Gnus Agent and reading an agentized newsgroup, automatically cache the article in the agent cache.

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

Probably introduced at or before Emacs version 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(defcustom gnus-agent-eagerly-store-articles t
  "If non-nil, cache articles eagerly.

When using the Gnus Agent and reading an agentized newsgroup,
automatically cache the article in the agent cache."
  :type 'boolean
  :version "28.1")