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:
2a7a382
)
Fixed last change.
author
teranisi
<teranisi>
Sat, 2 Aug 2003 06:47:04 +0000
(06:47 +0000)
committer
teranisi
<teranisi>
Sat, 2 Aug 2003 06:47:04 +0000
(06:47 +0000)
elmo/elmo-multi.el
patch
|
blob
|
history
diff --git
a/elmo/elmo-multi.el
b/elmo/elmo-multi.el
index
bd8e611
..
8d82fd0
100644
(file)
--- a/
elmo/elmo-multi.el
+++ b/
elmo/elmo-multi.el
@@
-249,8
+249,8
@@
(cond
((consp (cdr diff)) ; (new unread all)
(setq news (+ news (nth 0 diff))
- unreads (+ unreads (nth 0 diff))
- alls (+ alls (nth 0 diff))))
+ unreads (+ unreads (nth 1 diff))
+ alls (+ alls (nth 2 diff))))
(t
(setq no-unreads t)
(setq news (+ news (car diff))