* wl-summary.el (wl-summary-exec-subr): Hide message buffer after
authorteranisi <teranisi>
Wed, 27 Jun 2001 07:12:53 +0000 (07:12 +0000)
committerteranisi <teranisi>
Wed, 27 Jun 2001 07:12:53 +0000 (07:12 +0000)
refile/delete execution.

wl/ChangeLog
wl/wl-summary.el

index 9252652..87e35db 100644 (file)
@@ -1,5 +1,8 @@
 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
 
+       * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
+       refile/delete execution.
+
        * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
        Fixed docstring.
 
index 0d09c7b..da71618 100644 (file)
@@ -3180,6 +3180,7 @@ If optional argument NUMBER is specified, mark message specified by NUMBER."
        (wl-summary-set-message-modified)
        (wl-summary-set-mark-modified)
        (run-hooks 'wl-summary-exec-hook)
+       (wl-summary-toggle-disp-msg 'off)
        (set-buffer-modified-p nil)
        (message (concat "Executing ... done"
                         (if (> refile-failures 0)