From 4cf8a94081f89754e7a1af98897fc0f83f86b24b Mon Sep 17 00:00:00 2001 From: teranisi Date: Tue, 19 Aug 2003 12:36:13 +0000 Subject: [PATCH] * wl-summary.el (wl-summary-sync): Treat no-sync. * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:. --- wl/ChangeLog | 7 +++++++ wl/wl-summary.el | 1 + wl/wl-vars.el | 2 -- 3 files changed, 8 insertions(+), 2 deletions(-) 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) -- 1.7.10.4