From: kaoru Date: Mon, 10 Dec 2001 06:10:04 +0000 (+0000) Subject: Fixed unread number mismatch when all-unread < unread. X-Git-Tag: wl-2_8-root~78 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bdc223514ef78d0be55c7c45c0911574e99c93fe;p=elisp%2Fwanderlust.git Fixed unread number mismatch when all-unread < unread. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 8d97daf..3a55c87 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -2,6 +2,7 @@ * wl-folder.el (wl-folder-check-one-entity): Fixed car of return value. Refactoring `wl-folder-notify-deleted' is nil case. + Fixed unread number mismatch when all-unread < unread. 2001-12-08 Yuuichi Teranishi diff --git a/wl/wl-folder.el b/wl/wl-folder.el index 8d07931..bea3893 100644 --- a/wl/wl-folder.el +++ b/wl/wl-folder.el @@ -831,7 +831,6 @@ Optional argument ARG is repeart count." (wl-summary-count-unread (elmo-msgdb-mark-load (elmo-folder-msgdb-path folder))))) - (setq unread (min unread (- (or (cdr nums) 0) (or (car nums) 0)))) (when new (setq unread (- unread new))) (wl-folder-entity-hashtb-set wl-folder-entity-hashtb entity (list (or new (car nums))