From: teranisi Date: Tue, 19 Aug 2003 12:36:13 +0000 (+0000) Subject: * wl-summary.el (wl-summary-sync): Treat no-sync. X-Git-Tag: wl-2_11_8~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4cf8a94081f89754e7a1af98897fc0f83f86b24b;p=elisp%2Fwanderlust.git * wl-summary.el (wl-summary-sync): Treat no-sync. * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 149c183..559dc41 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,10 @@ +2003-08-19 Yuuichi Teranishi + + * 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 * wl-refile.el (wl-refile-subject-learn): Call diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 3380805..c81adfd 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -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 "/" diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 71705ab..820cc9a 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -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)