mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
(rmail-summary-rmail-update): Pass new arg to rmail-show-message.
This commit is contained in:
parent
bdf0360080
commit
bc454f082b
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue