mu4e~view-in-headers-context: don't display buffer

Displaying the buffer doesn't look very nice in single-window mode.
This commit is contained in:
Dirk-Jan C. Binnema 2022-12-19 23:24:40 +02:00
parent 96b208d712
commit 3568e6784a
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ Then, display the results."
(unless docid
(mu4e-error "Message without docid: action is not possible"))
(with-current-buffer buffer
(mu4e-display-buffer buffer)
;;(mu4e-display-buffer buffer)
(if (or (mu4e~headers-goto-docid docid)
;; TODO: Is this the best way to find another
;; relevant docid for a view buffer?