From 1795ff5df694e5b8a29776c1093c6640176d6848 Mon Sep 17 00:00:00 2001 From: teranisi Date: Mon, 16 Sep 2002 23:57:12 +0000 Subject: [PATCH] * wl-folder.el (wl-folder-check-one-entity): Follow the API change on `wl-summary-count-unread'. --- wl/ChangeLog | 3 +++ wl/wl-folder.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index 05fa25f..8a52dab 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,5 +1,8 @@ 2002-09-16 Yuuichi Teranishi + * wl-folder.el (wl-folder-check-one-entity): Follow the API change on + `wl-summary-count-unread'. + * wl-summary.el (wl-summary-sync-marks): Treat global-mark here. * wl-version.el (wl-version): Set codename for `elmo-mark' branch. diff --git a/wl/wl-folder.el b/wl/wl-folder.el index 30b17d6..a6ed1b2 100644 --- a/wl/wl-folder.el +++ b/wl/wl-folder.el @@ -851,7 +851,7 @@ Optional argument ARG is repeart count." all (and all (max 0 all)))) (setq unread (or (and unread (- unread (or new 0))) (elmo-folder-get-info-unread folder) - (cdr (wl-summary-count-unread)))) + (nth 1 (wl-summary-count-unread)))) (wl-folder-entity-hashtb-set wl-folder-entity-hashtb entity (list new unread all) (get-buffer wl-folder-buffer-name))) -- 1.7.10.4