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

* cosmetic

This commit is contained in:
djcb 2012-06-20 20:15:01 +03:00
parent 157abec792
commit 2b43ed461b

View File

@ -1168,7 +1168,7 @@ to ensure we don't disturb other windows."
(headers-visible))
(walk-windows
(lambda (win)
;; if we find a view window connect to this one, kill it
;; if we find a view window connected to this one, kill it
(when (eq mu4e~headers-view-win win)
(delete-window win)
(setq mu4e~headers-view-win nil))