From: teranisi Date: Wed, 15 May 2002 10:49:24 +0000 (+0000) Subject: * wl-summary.el (wl-summary-mark-as-read): Fixed last change, again. X-Git-Tag: elmo-mark-root~119 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=35ea80b3b23628c91a2bf4bafc14a88e4f880fcf;p=elisp%2Fwanderlust.git * wl-summary.el (wl-summary-mark-as-read): Fixed last change, again. --- diff --git a/wl/wl-summary.el b/wl/wl-summary.el index cccea56..0df8510 100644 --- 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)))