mu4e: context: integrate with the views

Show the current context in headers, view and main mode; add
keybindings.
This commit is contained in:
djcb
2015-12-13 17:42:27 +02:00
parent 47f7f1b85a
commit f621003658
4 changed files with 31 additions and 18 deletions

View File

@ -35,9 +35,9 @@
(require 'mu4e-compose) ;; message composition / sending
(require 'mu4e-proc) ;; communication with backend
(require 'mu4e-utils) ;; utility functions
(require 'mu4e-context) ;; support for contexts
(require 'mu4e-speedbar) ;; support for speedbar
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; register our handler functions; these connect server messages to functions