From 105aba2e39974ee307c78710943841ea840e99ad Mon Sep 17 00:00:00 2001 From: okazaki Date: Wed, 24 Sep 2003 03:22:08 +0000 Subject: [PATCH] * wl-summary.el (wl-summary-delete-messages-on-buffer): Use `wl-summary-folder-info-update'. --- wl/wl-summary.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 7ce4f39..2439329 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -1619,11 +1619,7 @@ If ARG is non-nil, checking is omitted." ;;(message (concat deleting-info "done")) (wl-summary-count-unread) (wl-summary-update-modeline) - (wl-folder-set-folder-updated - (elmo-folder-name-internal wl-summary-buffer-elmo-folder) - (list 0 - (+ wl-summary-buffer-unread-count wl-summary-buffer-new-count) - (elmo-folder-length wl-summary-buffer-elmo-folder)))))) + (wl-summary-folder-info-update)))) (defun wl-summary-update-status-marks () "Synchronize status marks on current buffer to the msgdb." -- 1.7.10.4