Merge pull request #2547 from progfolio/feat/last-update-special-mode

mu4e: use special-mode for mu4e-last-update-buffer
This commit is contained in:
Dirk-Jan C. Binnema
2023-08-31 23:51:04 +03:00
committed by GitHub

View File

@ -257,6 +257,7 @@ To override this behavior, customize `display-buffer-alist'."
(when (get-buffer mu4e-last-update-buffer)
(kill-buffer mu4e-last-update-buffer))
(with-current-buffer mu4e--update-buffer
(special-mode)
(clone-buffer mu4e-last-update-buffer))
;; and kill the buffer itself; the cloning is needed
;; so the temp window handling works as expected.