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:
4c43e8e
)
* wl-summary.el (wl-summary-mark-as-read): Fixed last change, again.
author
teranisi
<teranisi>
Wed, 15 May 2002 10:49:24 +0000
(10:49 +0000)
committer
teranisi
<teranisi>
Wed, 15 May 2002 10:49:24 +0000
(10:49 +0000)
wl/wl-summary.el
patch
|
blob
|
history
diff --git
a/wl/wl-summary.el
b/wl/wl-summary.el
index
cccea56
..
0df8510
100644
(file)
--- a/
wl/wl-summary.el
+++ b/
wl/wl-summary.el
@@
-3902,6
+3902,8
@@
If ARG, exit virtual folder."
(setq stat 'unread))
((string= mark wl-summary-unread-cached-mark) ; !
(setq stat 'unread))
+ ((string= mark wl-summary-read-uncached-mark) ; u
+ (setq stat 'read))
(t
;; no need to mark server.
(setq no-folder-mark t)))