(pop3-save-uidls): Clear `pop3-uidl-obarray'.
authorueno <ueno>
Tue, 5 Sep 2000 05:53:25 +0000 (05:53 +0000)
committerueno <ueno>
Tue, 5 Sep 2000 05:53:25 +0000 (05:53 +0000)
lisp/pop3.el

index 589a2ed..4f2d2d9 100644 (file)
@@ -421,8 +421,9 @@ Return the response string if optional second argument RETURN is non-nil."
         (lambda (atom)
           (when (car (symbol-value atom))
             (insert (format "%s\n" atom))))
-        pop3-uidl-obarray)))))
-    
+        pop3-uidl-obarray)))
+    (fillarray pop3-uidl-obarray 0)))
+
 
 ;; The Command Set