(mail-source-fetch): Typo fix.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 7 Feb 2003 21:44:03 +0000 (21:44 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 7 Feb 2003 21:44:03 +0000 (21:44 +0000)
lisp/ChangeLog
lisp/mail-source.el

index 89378ca..ae1ba31 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * mail-source.el (mail-source-fetch): Typo fix.
+
 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * nnmail.el (nnmail-spool-hook): new hook
index acc9d4d..726c12a 100644 (file)
@@ -481,7 +481,7 @@ Return the number of files that were found."
                 (condition-case err
                     (funcall function source callback)
                   (error
-                   (if (and (not mail-source-ignore-error)
+                   (if (and (not mail-source-ignore-errors)
                             (yes-or-no-p
                              (format "Mail source %s error (%s).  Continue? "
                                      (if (memq ':password source)