Variable: nndiary-mail-sources

nndiary-mail-sources is a customizable variable defined in nndiary.el.gz.

Value

((file :path "/root/.nndiary"))

Documentation

NNDiary specific mail sources.

This variable is used by nndiary in place of the standard mail-sources variable when nndiary-get-new-mail is set to non-nil. These sources must contain diary messages ONLY.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nndiary.el.gz
(defcustom nndiary-mail-sources
  `((file :path ,(expand-file-name "~/.nndiary")))
  "NNDiary specific mail sources.
This variable is used by nndiary in place of the standard `mail-sources'
variable when `nndiary-get-new-mail' is set to non-nil.  These sources
must contain diary messages ONLY."
  :group 'nndiary
  :group 'mail-source
  :type 'sexp)