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:
0805a9c
)
Sync with `t-gnus-6_14'.
author
yamaoka
<yamaoka>
Tue, 5 Sep 2000 06:01:46 +0000
(06:01 +0000)
committer
yamaoka
<yamaoka>
Tue, 5 Sep 2000 06:01:46 +0000
(06:01 +0000)
ChangeLog
patch
|
blob
|
history
lisp/pop3.el
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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.
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