Variable: gnus-cache-enter-articles
gnus-cache-enter-articles is a customizable variable defined in
gnus-cache.el.gz.
Value
(ticked dormant)
Documentation
Classes of articles to enter into the cache.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-cache.el.gz
(defcustom gnus-cache-enter-articles '(ticked dormant)
"Classes of articles to enter into the cache."
:group 'gnus-cache
:type '(set (const ticked) (const dormant) (const unread) (const read)))