From: ueno Date: Tue, 5 Sep 2000 05:53:25 +0000 (+0000) Subject: (pop3-save-uidls): Clear `pop3-uidl-obarray'. X-Git-Tag: t-gnus-6_14_5-05~12 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e90f18f83c963c34f964ee12c767d20027ef09e5;p=elisp%2Fgnus.git- (pop3-save-uidls): Clear `pop3-uidl-obarray'. --- 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