(pop3-movemail): Fix typo.
authorueno <ueno>
Fri, 27 Aug 1999 19:04:21 +0000 (19:04 +0000)
committerueno <ueno>
Fri, 27 Aug 1999 19:04:21 +0000 (19:04 +0000)
lisp/pop3.el

index 42a5f5b..5f58673 100644 (file)
@@ -124,7 +124,7 @@ Nil means no, t means yes, not-nil-or-t means yet to be determined.")
     (message (format "Retrieving message list...%d of %d unread" 
                     message-count (pop messages)))
     (unwind-protect
-       (unless (stringp crashbox)
+       (unless (not (stringp crashbox))
          (while messages
            (message 
             (format "Retrieving message %d of %d (%d octets) from %s..."