diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index 6b4bc9f9..3c004c63 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -1452,7 +1452,7 @@ docid. Otherwise, return nil." ;; attempt to highlight the new line, display the message (mu4e~headers-highlight docid) ;; update message view if it was already showing - (when (window-live-p mu4e~headers-view-win) + (when mu4e-split-view (mu4e-headers-view-message)) docid)))