Function: nnmail-get-new-mail-per-group
nnmail-get-new-mail-per-group is a byte-compiled function defined in
nnmail.el.gz.
Signature
(nnmail-get-new-mail-per-group)
Documentation
Tell us whether the mail-sources specify that nnmail-get-new-mail should
be called once per group or once for all groups.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnmail.el.gz
(defun nnmail-get-new-mail-per-group ()
"Tell us whether the mail-sources specify that `nnmail-get-new-mail' should
be called once per group or once for all groups."
(or (assq 'group mail-sources)
(assq 'directory mail-sources)))