Variable: nnmbox-mbox-file
nnmbox-mbox-file is a variable defined in nnmbox.el.gz.
Value
"/root/mbox"
Documentation
The name of the mail box file in the user's home directory.
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-mbox-file (expand-file-name "~/mbox")
"The name of the mail box file in the user's home directory.")