* 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
1 changed files with 1 additions and 2 deletions

View File

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