From f51c05108465d4b2716666e548d8dd39f43e112f Mon Sep 17 00:00:00 2001 From: sabof Date: Sun, 2 Feb 2014 23:46:31 +0000 Subject: [PATCH] Verify that mu4e-split-view is used --- mu4e/mu4e-headers.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index 35ecf151..9193682e 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -1365,7 +1365,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 (and mu4e-split-view (window-live-p mu4e~headers-view-win)) (mu4e-headers-view-message)) docid)))