(pmail-summary-goto-msg): Use pmail-show-message-maybe.

This commit is contained in:
Chong Yidong 2008-12-03 02:40:46 +00:00
parent 64af8207d3
commit 36574ee072

View file

@ -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))))))