Merge pull request #691 from tmalsburg/master

mu4e: Moving in headers should only change view if mu4e-split-view is non-nil.
This commit is contained in:
Dirk-Jan C. Binnema 2015-11-19 12:48:27 +02:00
commit 5708a173fa
1 changed files with 1 additions and 1 deletions

View File

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