Variable: nndiary-split-methods
nndiary-split-methods is a customizable variable defined in
nndiary.el.gz.
Value
(("diary" ""))
Documentation
NNDiary specific split methods.
This variable is used by nndiary in place of the standard
nnmail-split-methods variable when nndiary-get-new-mail is set to
non-nil.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nndiary.el.gz
(defcustom nndiary-split-methods '(("diary" ""))
"NNDiary specific split methods.
This variable is used by nndiary in place of the standard
`nnmail-split-methods' variable when `nndiary-get-new-mail' is set to
non-nil."
:group 'nndiary
:group 'nnmail-split
:type '(choice (repeat :tag "Alist" (group (string :tag "Name") regexp))
(function-item nnmail-split-fancy)
(function :tag "Other")))