From ee41e8f4911636723d50fefe1e0c54e1c229d27d Mon Sep 17 00:00:00 2001 From: hmurata Date: Wed, 19 Nov 2003 10:06:29 +0000 Subject: [PATCH] (wl-summary-mark-as-read-all): Use `wl-summary-update-folder-info' instead of `wl-folder-update-unread'. --- wl/ChangeLog | 6 ++++++ wl/wl-summary.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index a8d407b..1eaac6f 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,9 @@ +2003-11-19 Hiroya Murata + + * wl-summary.el (wl-summary-mark-as-read-all): Use + `wl-summary-update-folder-info' instead of + `wl-folder-update-unread'. + 2003-11-18 Tetsurou Okazaki * wl-summary.el (wl-summary-update-folder-info): New function derived from diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 1f739c0..bf6ae15 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -1588,9 +1588,9 @@ If ARG is non-nil, checking is omitted." (while (not (eobp)) (wl-summary-update-persistent-mark) (forward-line 1))) - (wl-folder-update-unread (wl-summary-buffer-folder-name) 0) (setq wl-summary-buffer-unread-count 0) (setq wl-summary-buffer-new-count 0) + (wl-summary-update-folder-info) (wl-summary-update-modeline) (message "Setting all msgs as read...done")))) -- 1.7.10.4