* wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
authoryoichi <yoichi>
Thu, 12 Sep 2002 08:52:48 +0000 (08:52 +0000)
committeryoichi <yoichi>
Thu, 12 Sep 2002 08:52:48 +0000 (08:52 +0000)
 with the folder name. The question was unintelligible when it is
 called from wl-save-status.

wl/ChangeLog
wl/wl-summary.el

index 9e970a5..9ec8c26 100644 (file)
@@ -1,3 +1,9 @@
+2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * 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  <yoichi@eken.phys.nagoya-u.ac.jp>
 
        * wl-summary.el (wl-summary-save-view-cache): Avoid error on
index f71948d..cceed44 100644 (file)
@@ -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