Variable: nndiary-get-new-mail
nndiary-get-new-mail is a variable defined in nndiary.el.gz.
Value
nil
Documentation
Whether nndiary gets new mail and split it.
Contrary to traditional mail back ends, this variable can be set to t even if your primary mail back end also retrieves mail. In such a case, NDiary uses its own mail-sources and split-methods.
This is a Gnus server variable. See Info node (gnus)Select Methods.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nndiary.el.gz
(defvoo nndiary-get-new-mail nil
"Whether nndiary gets new mail and split it.
Contrary to traditional mail back ends, this variable can be set to t
even if your primary mail back end also retrieves mail. In such a case,
NDiary uses its own mail-sources and split-methods.")