Variable: gnus-cache-active-file
gnus-cache-active-file is a customizable variable defined in
gnus-cache.el.gz.
Value
"/root/News/cache/active"
Documentation
The cache active file.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-cache.el.gz
(defcustom gnus-cache-active-file
(expand-file-name "active" gnus-cache-directory)
"The cache active file."
:group 'gnus-cache
:type 'file)