From: okazaki Date: Wed, 24 Sep 2003 03:22:08 +0000 (+0000) Subject: * wl-summary.el (wl-summary-delete-messages-on-buffer): Use X-Git-Tag: wl-2_11_18~12 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=105aba2e39974ee307c78710943841ea840e99ad;p=elisp%2Fwanderlust.git * wl-summary.el (wl-summary-delete-messages-on-buffer): Use `wl-summary-folder-info-update'. --- 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."