1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-21 06:56:48 +02:00

* small (temp) fix for mu4e~headers-redraw-get-view-window

This commit is contained in:
djcb 2012-05-16 20:56:19 +03:00
parent 0776476522
commit 87ddafb37a

View File

@ -630,7 +630,7 @@ update the query history stack."
of `mu4e-split-view', and return a window for the message view."
(unless (buffer-live-p mu4e~headers-buffer)
(error "No headers buffer available"))
(while (> (count-windows) 1)
(while (> (count-windows) 2) ;; FIXME: why 2 and not 1?
(delete-window))
(switch-to-buffer mu4e~headers-buffer)
(cond