Sync with `t-gnus-6_14'.
authoryamaoka <yamaoka>
Tue, 5 Sep 2000 06:01:46 +0000 (06:01 +0000)
committeryamaoka <yamaoka>
Tue, 5 Sep 2000 06:01:46 +0000 (06:01 +0000)
ChangeLog
lisp/pop3.el

index a35ae24..37c7339 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-05   Daiki Ueno  <ueno@unixuser.org>
+
+       * lisp/pop3.el (pop3-save-uidls): Clear `pop3-uidl-obarray'.
+
 2000-09-04   Daiki Ueno  <ueno@unixuser.org>
 
        * lisp/mail-source.el (pop3-leave-mail-on-server): Declare.
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