projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72322b5
)
(pop3-save-uidls): Clear `pop3-uidl-obarray'.
author
ueno
<ueno>
Tue, 5 Sep 2000 05:53:25 +0000
(
05:53
+0000)
committer
ueno
<ueno>
Tue, 5 Sep 2000 05:53:25 +0000
(
05:53
+0000)
lisp/pop3.el
patch
|
blob
|
history
diff --git
a/lisp/pop3.el
b/lisp/pop3.el
index
589a2ed
..
4f2d2d9
100644
(file)
--- 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