* wl-summary.el (wl-summary-sync): Change `all-visible'
authorokada <okada>
Tue, 20 Feb 2001 03:57:27 +0000 (03:57 +0000)
committerokada <okada>
Tue, 20 Feb 2001 03:57:27 +0000 (03:57 +0000)
from `all-shown'
(wl-summary-input-range): Ditto.

wl/ChangeLog
wl/wl-summary.el

index dd20128..555df1b 100644 (file)
@@ -1,3 +1,9 @@
+2000-02-20  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-summary.el (wl-summary-sync): Change `all-visible'
+       from `all-shown'
+       (wl-summary-input-range): Ditto.
+
 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
 
        * wl-e21.el (wl-highlight-folder-current-line): Call
@@ -9,7 +15,7 @@
 
 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
 
-       * wl-summary.el (wl-summary-sync): Added 'all-shown'
+       * wl-summary.el (wl-summary-sync): Added `all-shown'
 
 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
 
index 7ae60e3..ce735a2 100644 (file)
@@ -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)