projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bed1b5
)
* elmo-multi.el (elmo-multi-list-folder-unread): Fixed.
author
teranisi
<teranisi>
Fri, 13 Oct 2000 10:00:22 +0000
(10:00 +0000)
committer
teranisi
<teranisi>
Fri, 13 Oct 2000 10:00:22 +0000
(10:00 +0000)
elmo/ChangeLog
patch
|
blob
|
history
elmo/elmo-multi.el
patch
|
blob
|
history
diff --git
a/elmo/ChangeLog
b/elmo/ChangeLog
index
10d8b71
..
ff50f7a
100644
(file)
--- a/
elmo/ChangeLog
+++ b/
elmo/ChangeLog
@@
-1,3
+1,7
@@
+2000-10-13 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * elmo-multi.el (elmo-multi-list-folder-unread): Fixed.
+
2000-10-13 OKAZAKI Tetsurou <okazaki@be.to>
* elmo-imap4.el (elmo-imap4-search-internal-primitive): Remove
diff --git
a/elmo/elmo-multi.el
b/elmo/elmo-multi.el
index
851b327
..
6182de0
100644
(file)
--- a/
elmo/elmo-multi.el
+++ b/
elmo/elmo-multi.el
@@
-255,7
+255,7
@@
(car split-mark-alist)
unread-marks)))
split-number-alist (cdr split-number-alist)
- split-mark-alist (cdr split-number-alist)
+ split-mark-alist (cdr split-mark-alist)
folders (cdr folders)))
unreads))