From: hmurata Date: Sat, 14 Apr 2001 14:03:04 +0000 (+0000) Subject: * wl-folder.el (wl-folder-check-one-entity): Fixed last change. X-Git-Tag: wl-2_6-root^3~49 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=654ebd1ea16b4da253e1d588a7bb8666516a5caf;p=elisp%2Fwanderlust.git * wl-folder.el (wl-folder-check-one-entity): Fixed last change. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index b391128..f02f064 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2001-04-14 Hiroya Murata + + * wl-folder.el (wl-folder-check-one-entity): Fixed last change. + 2001-04-13 Yuuichi Teranishi * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed. diff --git a/wl/wl-folder.el b/wl/wl-folder.el index 5278c98..bd6a274 100644 --- a/wl/wl-folder.el +++ b/wl/wl-folder.el @@ -837,7 +837,7 @@ Optional argument ARG is repeart count." (wl-summary-count-unread (elmo-msgdb-mark-load (elmo-folder-msgdb-path folder))))) - (setq unread (max unread (cdr nums))) + (setq unread (min unread (cdr nums))) (wl-folder-entity-hashtb-set wl-folder-entity-hashtb entity (list (car nums) unread