changeset 9432:a8cd4563a8ae

(rmail-summary-rmail-update): Pass new arg to rmail-show-message.
author Richard M. Stallman <rms@gnu.org>
date Tue, 11 Oct 1994 04:43:01 +0000
parents 65e65fe6e8f3
children 06c286dec485
files lisp/mail/rmailsum.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailsum.el	Tue Oct 11 04:42:10 1994 +0000
+++ b/lisp/mail/rmailsum.el	Tue Oct 11 04:43:01 1994 +0000
@@ -600,12 +600,12 @@
 		  (unwind-protect
 		      (progn
 			(select-window window)
-			(rmail-show-message msg-num))
+			(rmail-show-message msg-num t))
 		    (select-window owin))
 		(if (buffer-name rmail-buffer)
 		    (save-excursion
 		      (set-buffer rmail-buffer)
-		      (rmail-show-message msg-num))))))))))
+		      (rmail-show-message msg-num t))))))))))
 
 (defvar rmail-summary-mode-map nil)