(pmail-summary-goto-msg): Use pmail-show-message-maybe.
This commit is contained in:
parent
64af8207d3
commit
36574ee072
1 changed files with 1 additions and 1 deletions
|
@ -1144,7 +1144,7 @@ If SKIP-PMAIL, don't do anything to the Pmail buffer."
|
|||
(let ((selwin (selected-window)))
|
||||
(unwind-protect
|
||||
(progn (pop-to-buffer buf)
|
||||
(pmail-show-message n))
|
||||
(pmail-show-message-maybe n))
|
||||
(select-window selwin)
|
||||
;; The actions above can alter the current buffer. Preserve it.
|
||||
(set-buffer obuf))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue