Variable: nnfolder-active-file
nnfolder-active-file is a variable defined in nnfolder.el.gz.
Value
"/root/Mail/active"
Documentation
The name of the active file.
This is a Gnus server variable. See Info node (gnus)Select Methods.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnfolder.el.gz
(defvoo nnfolder-active-file
(nnheader-concat nnfolder-directory "active")
"The name of the active file.")