Variable: nnmbox-active-file
nnmbox-active-file is a variable defined in nnmbox.el.gz.
Value
"/root/.mbox-active"
Documentation
The name of the active file for the mail box.
This is a Gnus server variable. See Info node (gnus)Select Methods.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnmbox.el.gz
(defvoo nnmbox-active-file (expand-file-name "~/.mbox-active")
"The name of the active file for the mail box.")