From e90f18f83c963c34f964ee12c767d20027ef09e5 Mon Sep 17 00:00:00 2001 From: ueno Date: Tue, 5 Sep 2000 05:53:25 +0000 Subject: [PATCH] (pop3-save-uidls): Clear `pop3-uidl-obarray'. --- lisp/pop3.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 1.7.10.4