1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-25 07:28:02 +02:00

* mu4e/mu4e-utils.el (mu4e-update-mail-and-index): Don't make window dedicated.

This commit is contained in:
Thierry Volpiatto 2013-10-08 14:55:23 +02:00
parent 8da15dc8f2
commit 4bfaedd739

View File

@ -813,8 +813,7 @@ in the background; otherwise, pop up a window."
(setq mu4e--update-buffer-name (buffer-name buf)) (setq mu4e--update-buffer-name (buffer-name buf))
(when (not run-in-background) (when (not run-in-background)
(pop-to-buffer buf) (pop-to-buffer buf)
(special-mode) (special-mode))
(set-window-dedicated-p (selected-window) t))
(mu4e-index-message "Retrieving mail...") (mu4e-index-message "Retrieving mail...")
(set-process-sentinel proc (set-process-sentinel proc
(lambda (proc msg) (lambda (proc msg)