* mu4e: small fix

This commit is contained in:
djcb 2012-09-03 10:29:34 +03:00
parent 804f2b5cd5
commit ace830f284
1 changed files with 3 additions and 5 deletions

View File

@ -105,11 +105,9 @@ clicked."
;; show some server properties; in this case; a big C when there's ;; show some server properties; in this case; a big C when there's
;; crypto support ;; crypto support
" " " "
(when (plist-get mu4e~server-props :crypto) (if (plist-get mu4e~server-props :crypto)
(propertize "C" 'face 'mu4e-title-face)) (propertize "C" 'face 'mu4e-title-face)
"" "")
"\n\n" "\n\n"
(propertize " Basics\n\n" 'face 'mu4e-title-face) (propertize " Basics\n\n" 'face 'mu4e-title-face)
(mu4e~main-action-str "\t* [j]ump to some maildir\n" 'mu4e-jump-to-maildir) (mu4e~main-action-str "\t* [j]ump to some maildir\n" 'mu4e-jump-to-maildir)