mu4e-main: avoid calling mu4e-main-mode multiple times

once is enough
This commit is contained in:
Dirk-Jan C. Binnema 2020-04-05 23:53:55 +03:00
parent cdddb816e4
commit 6a294da2a1
1 changed files with 0 additions and 1 deletions

View File

@ -262,7 +262,6 @@ When REFRESH is non nil refresh infos from server."
;; explicitely with REFRESH arg.
(switch-to-buffer buf)
(with-current-buffer buf
(mu4e-main-mode)
(mu4e~main-view-real-1 refresh))
(goto-char (point-min)))
(add-to-list 'global-mode-string '(:eval (mu4e-context-label)))))