Make sure C-S-u and C-c C-u work in main view

These 2 shortcuts update mail index in both the headers and view modes
but not in the main view.
This commit is contained in:
Damien Cassou 2015-02-13 10:47:25 +01:00
parent ce5905ffca
commit d0890a3b0c
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@
;;
(define-key map "U" 'mu4e-update-mail-and-index)
(define-key map (kbd "C-S-u") 'mu4e-update-mail-and-index)
;; for terminal users
(define-key map (kbd "C-c C-u") 'mu4e-update-mail-and-index)
(define-key map "S" 'mu4e-interrupt-update-mail)
(define-key map (kbd "C-S-u") 'mu4e-update-mail-and-index)