1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-25 07:28:02 +02:00

Merge branch 'master' of github.com:djcb/mu

This commit is contained in:
djcb 2016-02-15 20:15:32 +02:00
commit 08d955e432

View File

@ -998,7 +998,9 @@ the query history stack."
global-mode-string
'(:eval
(concat
(propertize mu4e~headers-last-query 'face 'mu4e-modeline-face)
(propertize
(replace-regexp-in-string "%" "%%" mu4e~headers-last-query t t)
'face 'mu4e-modeline-face)
" "
(mu4e-context-label)))))