Don't test nnmail-spool-file.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 13 Sep 2000 12:18:16 +0000 (12:18 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 13 Sep 2000 12:18:16 +0000 (12:18 +0000)
lisp/ChangeLog
lisp/nnmail.el

index bfacca5..38254a3 100644 (file)
@@ -1,3 +1,7 @@
+2000-09-13 09:14:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * nnmail.el (nnmail-get-new-mail): Don't test nnmail-spool-file.
+
 2000-09-12  Simon Josefsson  <simon@josefsson.org>
 
        * gnus-sum.el (gnus-update-read-articles): Undo
index ba071f2..be89848 100644 (file)
@@ -1513,8 +1513,7 @@ See the documentation for the variable `nnmail-split-fancy' for documentation."
         (new 0)
         (total 0)
         incoming incomings source)
-    (when (and (nnmail-get-value "%s-get-new-mail" method)
-              nnmail-spool-file)
+    (when (nnmail-get-value "%s-get-new-mail" method)
       (while (setq source (pop sources))
        ;; Be compatible with old values.
        (cond