From: yamaoka Date: Tue, 5 Sep 2000 06:01:46 +0000 (+0000) Subject: Sync with `t-gnus-6_14'. X-Git-Tag: t-gnus-6_14-quimby-before-installer-changed-~114 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6b1c58eb0658a2d8292d8570f1ade56e9ce95bc5;p=elisp%2Fgnus.git- Sync with `t-gnus-6_14'. --- diff --git a/ChangeLog b/ChangeLog index a35ae24..37c7339 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-09-05 Daiki Ueno + + * lisp/pop3.el (pop3-save-uidls): Clear `pop3-uidl-obarray'. + 2000-09-04 Daiki Ueno * lisp/mail-source.el (pop3-leave-mail-on-server): Declare. diff --git a/lisp/pop3.el b/lisp/pop3.el index 589a2ed..4f2d2d9 100644 --- a/lisp/pop3.el +++ b/lisp/pop3.el @@ -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