From: murata Date: Sat, 20 May 2000 02:03:40 +0000 (+0000) Subject: (wl-summary-score-update-all-lines): Changed interval for display X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c5c9f6f025fcf7e72772283cdda61baa2ff0fbed;p=elisp%2Fwanderlust.git (wl-summary-score-update-all-lines): Changed interval for display progress gauge. --- diff --git a/wl/wl-score.el b/wl/wl-score.el index c10dbab..2b6553b 100644 --- a/wl/wl-score.el +++ b/wl/wl-score.el @@ -1253,10 +1253,9 @@ See `wl-score-simplify-buffer-fuzzy' for details." (setq alist (cdr alist)) (when (> count elmo-display-progress-threshold) (setq i (1+ i)) - (if (or (zerop (% i 10)) (= i count)) - (elmo-display-progress - 'wl-summary-score-update-all-lines "Updating score..." - (/ (* i 100) count))))) + (elmo-display-progress + 'wl-summary-score-update-all-lines "Updating score..." + (/ (* i 100) count)))) (when dels ; (elmo-msgdb-delete-msgs wl-summary-buffer-folder-name ; dels wl-summary-buffer-msgdb t)