From d952c6a852ed0b786977d5d77f874c0741c2046b Mon Sep 17 00:00:00 2001 From: okada Date: Mon, 21 Jan 2002 23:37:49 +0000 Subject: [PATCH] * wl-score.el (wl-summary-score-update-all-lines): Do not call `wl-summary-unread-message-hook'. --- wl/ChangeLog | 5 +++++ wl/wl-score.el | 1 + 2 files changed, 6 insertions(+) diff --git a/wl/ChangeLog b/wl/ChangeLog index b0225f3..6e19e9c 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,5 +1,10 @@ 2002-01-22 Kenichi OKADA + * wl-score.el (wl-summary-score-update-all-lines): Do not call + `wl-summary-unread-message-hook'. + +2002-01-22 Kenichi OKADA + * wl-summary.el (wl-summary-input-range): New range `cache-status'. (wl-summary-sync): Call `wl-summary-resume-cache-status' if range is `cache-status'. diff --git a/wl/wl-score.el b/wl/wl-score.el index c4c4e9b..0016bd2 100644 --- a/wl/wl-score.el +++ b/wl/wl-score.el @@ -1206,6 +1206,7 @@ Set `wl-score-cache' nil." (count (length alist)) (i 0) (update-unread nil) + wl-summary-unread-message-hook num score dels visible score-mark mark-alist) (save-excursion (message "Updating score...") -- 1.7.10.4