From 31e9581fed56f5b7c637405fa2874759f88a47d1 Mon Sep 17 00:00:00 2001 From: hmurata Date: Wed, 3 Apr 2002 15:11:31 +0000 Subject: [PATCH] * wl-summary.el (wl-summary-sync-update): Call `wl-folder-confirm-existence' with plugged status instead of `'force' as 2nd argument. --- wl/ChangeLog | 2 ++ wl/wl-summary.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index 4ed2b19..ec26a8e 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -2,6 +2,8 @@ * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER is not writable. + (wl-summary-sync-update): Call `wl-folder-confirm-existence' with + plugged status instead of `'force' as 2nd argument. * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER is not creatable. diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 0750cb1..0e5b49e 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -2076,7 +2076,7 @@ If ARG is non-nil, checking is omitted." ;;(setq seen-list ;;(wl-summary-flush-pending-append-operations seen-list)) (goto-char (point-max)) - (wl-folder-confirm-existence folder 'force) + (wl-folder-confirm-existence folder (elmo-folder-plugged-p folder)) (setq sync-result (elmo-folder-synchronize folder wl-summary-new-mark -- 1.7.10.4