mu4e-update: no need to confirm killing buffer

Fixes issue #2362.
This commit is contained in:
Dirk-Jan C. Binnema 2022-11-14 22:19:31 +02:00
parent ed08118652
commit b0fad6d763
1 changed files with 1 additions and 0 deletions

View File

@ -264,6 +264,7 @@ run in the background; otherwise, pop up a window."
(buf (process-buffer proc))
(win (or run-in-background
(mu4e--temp-window buf mu4e--update-buffer-height))))
(set-process-query-on-exit-flag proc nil)
(setq mu4e--update-buffer buf)
(when (window-live-p win)
(with-selected-window win