when display is finished.
(wl-folder-open-all): Ditto.
(wl-folder-update-access-group): Ditto.
* wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
* wl-thread.el (wl-thread-close-all): Ditto.
+2000-04-28 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
+ when display is finished.
+ (wl-folder-open-all): Ditto.
+ (wl-folder-update-access-group): Ditto.
+ * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
+ * wl-thread.el (wl-thread-close-all): Ditto.
+
2000-04-26 Yuuichi Teranishi <teranisi@gohome.org>
* wl-summary.el (wl-summary-incorporate): Enclose
;; Author: Yuuichi Teranishi <teranisi@gohome.org>
;; Keywords: mail, net news
-;; Time-stamp: <2000-04-07 09:30:54 teranisi>
+;; Time-stamp: <00/04/28 11:53:33 teranisi>
;; This file is part of Wanderlust (Yet Another Message Interface on Emacsen).
(setq all (+ (or all 0) (or (nth 2 ret-val) 0)))
(when mes
(setq i (1+ i))
- (and (zerop (% i 10))
- (elmo-display-progress
- 'wl-folder-insert-entity "Inserting group %s..."
- (/ (* i 100) len) (car entity))))
+ (elmo-display-progress
+ 'wl-folder-insert-entity "Inserting group %s..."
+ (/ (* i 100) len) (car entity)))
+ ;(elmo-display-progress
+ ; 'wl-folder-insert-entity "Inserting group %s..."
+ ; 100 (car entity))
(setq flist (cdr flist)))
(when mes (message "")))
(save-excursion
(elmo-display-progress
'wl-folder-open-all "Opening all folders..."
(/ (* i 100) len))))))
- (message "Opening all folders...done")
+ (elmo-display-progress
+ 'wl-folder-open-all "Opening all folders..." 100)
(set-buffer-modified-p nil)))
(defun wl-folder-close-all ()
'wl-folder-update-access-group "Updating access group..."
(/ (* i 100) len)))
(setq unsubscribes (cdr unsubscribes)))
+ (elmo-display-progress
+ 'wl-folder-update-access-group "Updating access group..."
+ 100)
;;
(if (or new-flist removes)
(setq diff t))
;; Author: Yuuichi Teranishi <teranisi@gohome.org>
;; Keywords: mail, net news
-;; Time-stamp: <00/04/26 14:03:56 teranisi>
+;; Time-stamp: <00/04/28 10:27:22 teranisi>
;; This file is part of Wanderlust (Yet Another Message Interface on Emacsen).
'wl-summary-delete-messages-on-buffer "Deleting..."
(/ (* i 100) len))))
(setq msgs (cdr msgs)))
+ (elmo-display-progress
+ 'wl-summary-delete-messages-on-buffer "Deleting..." 100)
(if (eq wl-summary-buffer-view 'thread)
(wl-thread-update-line-msgs (elmo-uniq-list update-list)))
(wl-thread-cleanup-symbols msgs2)
;; Author: Yuuichi Teranishi <teranisi@gohome.org>
;; Keywords: mail, net news
-;; Time-stamp: <00/03/13 16:10:25 teranisi>
+;; Time-stamp: <00/04/28 09:49:12 teranisi>
;; This file is part of Wanderlust (Yet Another Message Interface on Emacsen).
'wl-thread-close-all "Closing all threads..."
(/ (* cur 100) len)))
(setq entities (cdr entities))))
+ (elmo-display-progress 'wl-thread-close-all
+ "Updating marks..."
+ 100)
(message "Closing all threads...done.")
(goto-char (point-max)))