* wl-vars.el (wl-default-sync-range): Removed first: and last:.
authorteranisi <teranisi>
Tue, 19 Aug 2003 13:09:16 +0000 (13:09 +0000)
committerteranisi <teranisi>
Tue, 19 Aug 2003 13:09:16 +0000 (13:09 +0000)
wl/ChangeLog
wl/wl-vars.el

index 559dc41..f4ce49c 100644 (file)
@@ -3,7 +3,7 @@
        * wl-summary.el (wl-summary-sync): Treat no-sync.
 
        * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
-       
+       (wl-default-sync-range): Ditto.
 
 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
index 820cc9a..5d31b7e 100644 (file)
@@ -2120,8 +2120,6 @@ e.x.
   :type '(choice (const "update")
                 (const "all")
                 (const "rescan")
-                (const "first:")
-                (const "last:")
                 (const "no-sync")
                 (const :tag "none" nil))
   :group 'wl-pref)