From bc454f082b130eced6f38e910980e9a65d7b2877 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 11 Oct 1994 04:43:01 +0000 Subject: [PATCH] (rmail-summary-rmail-update): Pass new arg to rmail-show-message. --- lisp/mail/rmailsum.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 5ed5cc26bc9..fd037cba9d8 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -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)))))))))) (defvar rmail-summary-mode-map nil) -- 2.39.5