From: okada Date: Tue, 20 Feb 2001 03:57:27 +0000 (+0000) Subject: * wl-summary.el (wl-summary-sync): Change `all-visible' X-Git-Tag: wl-2_6-root~97 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3fce6d2e6e310751ab858050efc83b5c81069909;p=elisp%2Fwanderlust.git * wl-summary.el (wl-summary-sync): Change `all-visible' from `all-shown' (wl-summary-input-range): Ditto. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index dd20128..555df1b 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,9 @@ +2000-02-20 Kenichi OKADA + + * wl-summary.el (wl-summary-sync): Change `all-visible' + from `all-shown' + (wl-summary-input-range): Ditto. + 2001-02-20 Katsumi Yamaoka * wl-e21.el (wl-highlight-folder-current-line): Call @@ -9,7 +15,7 @@ 2000-02-20 Kenichi OKADA - * wl-summary.el (wl-summary-sync): Added 'all-shown' + * wl-summary.el (wl-summary-sync): Added `all-shown' 2000-02-20 Kenichi OKADA diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 7ae60e3..ce735a2 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -1154,7 +1154,7 @@ Entering Folder mode calls the value of `wl-summary-mode-hook'." (range (or force-range (wl-summary-input-range folder))) mes seen-list killed-list) (cond ((or (string= range "all") - (string= range "all-shown")) + (string= range "all-visible")) ;; initialize buffer local databases. (unless (elmo-folder-plugged-p folder) ; forbidden (error "Unplugged")) @@ -4613,7 +4613,7 @@ If ARG, exit virtual folder." "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" "all-shown")) + "no-sync" "rescan-noscore" "all-visible")) (default (or (wl-get-assoc-list-value wl-folder-sync-range-alist folder)