mu4e: Moving in headers should only change view if mu4e-split-view is non-nil.

This commit is contained in:
Titus von der Malsburg 2015-11-11 11:41:14 -08:00
parent 22b7022798
commit bf1325f7c4
1 changed files with 1 additions and 1 deletions

View File

@ -1451,7 +1451,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)))