From: yoichi Date: Thu, 12 Sep 2002 08:52:48 +0000 (+0000) Subject: * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution X-Git-Tag: elmo-mark-root~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bcfab4789ba1bd661162b67190589848f6179fa1;p=elisp%2Fwanderlust.git * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution with the folder name. The question was unintelligible when it is called from wl-save-status. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 9e970a5..9ec8c26 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,9 @@ +2002-09-12 Yoichi NAKAYAMA + + * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution + with the folder name. The question was unintelligible when it is + called from wl-save-status. + 2002-09-11 Yoichi NAKAYAMA * wl-summary.el (wl-summary-save-view-cache): Avoid error on diff --git a/wl/wl-summary.el b/wl/wl-summary.el index f71948d..cceed44 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -1082,7 +1082,8 @@ Entering Folder mode calls the value of `wl-summary-mode-hook'." (if (or wl-summary-buffer-refile-list wl-summary-buffer-copy-list wl-summary-buffer-delete-list) - (if (y-or-n-p "Marks remain to be executed. Execute them? ") + (if (y-or-n-p (format "Execute remaining marks in %s? " + (wl-summary-buffer-folder-name))) (progn (wl-summary-exec) (if (or wl-summary-buffer-refile-list