From fa0248a3617684f3a670c1e9fb7adb18455ca55f Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Wed, 22 Nov 2023 21:27:39 +0200 Subject: [PATCH] mu4e-view: unfold threads when working in headers-context It's a bit hard otherwise to keep headers/article in sync. Fixes #2498. --- mu4e/mu4e-view.el | 1 + 1 file changed, 1 insertion(+) diff --git a/mu4e/mu4e-view.el b/mu4e/mu4e-view.el index 446cf0e5..29a8bded 100644 --- a/mu4e/mu4e-view.el +++ b/mu4e/mu4e-view.el @@ -147,6 +147,7 @@ Then, display the results." (with-selected-window (or (get-buffer-window buffer) (get-buffer-window)) (with-current-buffer buffer + (mu4e-thread-unfold-all) (if (or (mu4e~headers-goto-docid docid) ;; TODO: Is this the best way to find another ;; relevant docid for a view buffer?