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:
@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user