Verify that mu4e-split-view is used

This commit is contained in:
sabof 2014-02-02 23:46:31 +00:00
parent 9b9571a9b5
commit f51c051084
1 changed files with 1 additions and 1 deletions

View File

@ -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)))