* wl-summary.el (wl-summary-sync): Treat no-sync.
authorteranisi <teranisi>
Tue, 19 Aug 2003 12:36:13 +0000 (12:36 +0000)
committerteranisi <teranisi>
Tue, 19 Aug 2003 12:36:13 +0000 (12:36 +0000)
* wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.

wl/ChangeLog
wl/wl-summary.el
wl/wl-vars.el

index 149c183..559dc41 100644 (file)
@@ -1,3 +1,10 @@
+2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-sync): Treat no-sync.
+
+       * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
+       
+
 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * wl-refile.el (wl-refile-subject-learn): Call
index 3380805..c81adfd 100644 (file)
@@ -1180,6 +1180,7 @@ Entering Folder mode calls the value of `wl-summary-mode-hook'."
           (let ((msg (wl-summary-message-number)))
             (wl-summary-resume-cache-status)
             (and msg (wl-summary-jump-to-msg msg))))
+         ((string= range "no-sync"))
          ((or (string-match "last:" range)
               (string-match "first:" range))
           (wl-summary-goto-folder-subr (concat "/" range "/"
index 71705ab..820cc9a 100644 (file)
@@ -2111,8 +2111,6 @@ e.x.
                       (choice (const "update")
                               (const "all")
                               (const "rescan")
-                              (const "first:")
-                              (const "last:")
                               (const "no-sync")
                               (const :tag "none" nil))))
   :group 'wl-pref)