* emacs/: some minor mu4e fixes

This commit is contained in:
djcb
2011-12-14 09:13:10 +02:00
parent 0446ec3d83
commit 9633d8ee32
3 changed files with 17 additions and 11 deletions

View File

@ -47,7 +47,7 @@
(define-key map "u" 'mu4e-retrieve-mail-update-db)
map)
"Keymap for the *mm* buffer.")
"Keymap for the *mu4e-main* buffer.")
(fset 'mu4e-main-mode-map mu4e-main-mode-map)
(defun mu4e-main-mode ()
@ -128,7 +128,7 @@
(if smtpmail-queue-mail
"Outgoing mail will now be queued"
"Outgoing mail will now be sent directly"))
(mm))
(mu4e))
(defun mu4e-quit-mm()