From 3568e6784a1a354cfd4dbffda3c124234fb66d72 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 19 Dec 2022 23:24:40 +0200 Subject: [PATCH] mu4e~view-in-headers-context: don't display buffer Displaying the buffer doesn't look very nice in single-window mode. --- mu4e/mu4e-view.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-view.el b/mu4e/mu4e-view.el index e49a7a08..94521a48 100644 --- a/mu4e/mu4e-view.el +++ b/mu4e/mu4e-view.el @@ -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?