* mu4e-headers: kill the existing message view

This commit is contained in:
djcb 2012-06-23 11:28:56 +03:00
parent e792c61f32
commit 79f1819160
1 changed files with 4 additions and 0 deletions

View File

@ -728,6 +728,10 @@ of `mu4e-split-view', and return a window for the message view."
(unless (buffer-live-p mu4e~headers-buffer)
(error "No headers buffer available"))
(switch-to-buffer mu4e~headers-buffer)
;; kill the existing view win
(when (buffer-live-p mu4e~view-buffer)
(kill-buffer mu4e~view-buffer))
;; get a new view window
(setq mu4e~headers-view-win
(cond
((eq mu4e-split-view 'horizontal) ;; split horizontally