From bcfab4789ba1bd661162b67190589848f6179fa1 Mon Sep 17 00:00:00 2001 From: yoichi Date: Thu, 12 Sep 2002 08:52:48 +0000 Subject: [PATCH] * 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. --- wl/ChangeLog | 6 ++++++ wl/wl-summary.el | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 1.7.10.4