* wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
+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
(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 "/"
(choice (const "update")
(const "all")
(const "rescan")
- (const "first:")
- (const "last:")
(const "no-sync")
(const :tag "none" nil))))
:group 'wl-pref)