* attempt to maximize the mu4e-main window

This commit is contained in:
djcb 2012-04-16 20:47:52 +03:00
parent 1026930d58
commit eae29c1958
1 changed files with 2 additions and 1 deletions

View File

@ -132,7 +132,8 @@ clicked."
(mu4e-action-str "\t* [H]elp\n" 'mu4e-display-manual)
(mu4e-action-str "\t* [q]uit\n" 'mu4e-quit))
(mu4e-main-mode)
(switch-to-buffer buf))))
(switch-to-buffer buf)
(delete-other-windows))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Interactive functions