* wl-summary.el (wl-summary-mark-as-read): Fixed last change, again.
authorteranisi <teranisi>
Wed, 15 May 2002 10:49:24 +0000 (10:49 +0000)
committerteranisi <teranisi>
Wed, 15 May 2002 10:49:24 +0000 (10:49 +0000)
wl/wl-summary.el

index cccea56..0df8510 100644 (file)
@@ -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)))