Merge pull request #1581 from thierryvolpiatto/Fix_revert_buffer

mu4e-main: Fix revert buffer
This commit is contained in:
Dirk-Jan C. Binnema
2020-02-21 19:28:09 +02:00
committed by GitHub
4 changed files with 56 additions and 40 deletions

View File

@ -1903,7 +1903,7 @@ other windows."
;; now, all *other* windows should be gone. kill ourselves, and return
;; to the main view
(kill-buffer)
(mu4e~main-view))))
(mu4e~main-view 'refresh))))
;;; _
(provide 'mu4e-headers)