From 85e6e2fbbcb2cf26ea66d682121c6b35c77d0d93 Mon Sep 17 00:00:00 2001 From: keiichi Date: Tue, 8 Feb 2000 03:52:02 +0000 Subject: [PATCH] (nnmail-get-new-mail): Do not check `nnmail-spool-file'. --- lisp/nnmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4