From: keiichi Date: Tue, 8 Feb 2000 03:52:02 +0000 (+0000) Subject: (nnmail-get-new-mail): Do not check `nnmail-spool-file'. X-Git-Tag: t-gnus-6_14_1-08~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=85e6e2fbbcb2cf26ea66d682121c6b35c77d0d93;p=elisp%2Fgnus.git- (nnmail-get-new-mail): Do not check `nnmail-spool-file'. --- diff --git a/lisp/nnmail.el b/lisp/nnmail.el index 35ca394..20e134e 100644 --- a/lisp/nnmail.el +++ b/lisp/nnmail.el @@ -1408,7 +1408,7 @@ See the documentation for the variable `nnmail-split-fancy' for documentation." (total 0) incoming incomings source) (when (and (nnmail-get-value "%s-get-new-mail" method) - nnmail-spool-file) + sources) (while (setq source (pop sources)) ;; Be compatible with old values. (cond