Do not duplicate headers views in iconified/hidden frames
When the frame running mu4e is in another virtual desktop or iconified, but still contains a visible headers buffer, do not attempt to create a new view.
This commit is contained in:
@ -1101,7 +1101,7 @@ the query history stack."
|
|||||||
(mu4e-context-label)))))
|
(mu4e-context-label)))))
|
||||||
;; when the buffer is already visible, select it; otherwise,
|
;; when the buffer is already visible, select it; otherwise,
|
||||||
;; switch to it.
|
;; switch to it.
|
||||||
(unless (get-buffer-window buf 'visible)
|
(unless (get-buffer-window buf 0)
|
||||||
(switch-to-buffer buf))
|
(switch-to-buffer buf))
|
||||||
(run-hook-with-args 'mu4e-headers-search-hook expr)
|
(run-hook-with-args 'mu4e-headers-search-hook expr)
|
||||||
(mu4e~proc-find
|
(mu4e~proc-find
|
||||||
|
|||||||
Reference in New Issue
Block a user