dont erase global-mode-string with context label, but add to it

This commit is contained in:
Antoine Levitt
2016-10-26 08:20:25 +02:00
parent 87ab21702e
commit bc13cfda35
4 changed files with 16 additions and 13 deletions

View File

@ -402,7 +402,8 @@ buffers; lets remap its faces so it uses the ones for mu4e."
\\{message-mode-map}."
(progn
(use-local-map mu4e-compose-mode-map)
(set (make-local-variable 'global-mode-string) '(:eval (mu4e-context-label)))
(make-local-variable 'global-mode-string)
(add-to-list 'global-mode-string '(:eval (mu4e-context-label)))
(set (make-local-variable 'message-signature) mu4e-compose-signature)
;; set this to allow mu4e to work when gnus-agent is unplugged in gnus
(set (make-local-variable 'message-send-mail-real-function) nil)