2000-02-19 Kenichi OKADA <okada@opaopa.org>
* elmo2.el (elmo-list-folder): Added optional argument `nohide'.
- * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
* elmo-imap4.el (elmo-imap4-list-folder): Added optional argument `nohide'.
* elmo-pop3.el (elmo-pop3-list-folder): Ditto.
* elmo-nntp.el (elmo-nntp-list-folder): Ditto.
+2000-02-20 Kenichi OKADA <okada@opaopa.org>
+
+ * wl-summary.el (wl-summary-sync): Added 'all-shown'
+
+2000-02-20 Kenichi OKADA <okada@opaopa.org>
+
+ * wl-summary.el (wl-summary-input-range): Added `all-shown'
+
+2000-02-19 Kenichi OKADA <okada@opaopa.org>
+
+ * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
+
2001-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
* wl-e21.el (wl-biff-init-icons): Don't generate icons if the
folder))
(range (or force-range (wl-summary-input-range folder)))
mes seen-list killed-list)
- (cond ((string= range "all")
+ (cond ((or (string= range "all")
+ (string= range "all-shown"))
;; initialize buffer local databases.
(unless (elmo-folder-plugged-p folder) ; forbidden
(error "Unplugged"))
(elmo-clear-killed wl-summary-buffer-folder-name)
(condition-case nil
(setq mes (wl-summary-sync-update3 seen-list unset-cursor
- 'sync-all))
+ (string= range "all")))
(quit
;; Resume killed-list if quit.
(message "") ; clear minibuffer.
"returns update or all or rescan."
;; for the case when parts are expanded in the bottom of the folder
(let ((input-range-list '("update" "all" "rescan" "first:" "last:"
- "no-sync" "rescan-noscore"))
+ "no-sync" "rescan-noscore" "all-shown"))
(default (or (wl-get-assoc-list-value
wl-folder-sync-range-alist
folder)