From 654ebd1ea16b4da253e1d588a7bb8666516a5caf Mon Sep 17 00:00:00 2001 From: hmurata Date: Sat, 14 Apr 2001 14:03:04 +0000 Subject: [PATCH] * wl-folder.el (wl-folder-check-one-entity): Fixed last change. --- wl/ChangeLog | 4 ++++ wl/wl-folder.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 1.7.10.4