]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-summary-rmail-update): Pass new arg to rmail-show-message.
authorRichard M. Stallman <rms@gnu.org>
Tue, 11 Oct 1994 04:43:01 +0000 (04:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 11 Oct 1994 04:43:01 +0000 (04:43 +0000)
lisp/mail/rmailsum.el

index 5ed5cc26bc94d78ce8a7aca56fcf3ee853a5b792..fd037cba9d861e7416fbb8980760f16c812c88ad 100644 (file)
@@ -600,12 +600,12 @@ Commands for sorting the summary:
                  (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))))))))))
 \f
 (defvar rmail-summary-mode-map nil)