mu4e: disable K bindings in view

We don't support the K- bindings in the gnus-view, so let's avoid the
error.
This commit is contained in:
Dirk-Jan C. Binnema 2019-10-14 20:39:23 +03:00
parent e055830733
commit 3a8ceeea92
1 changed files with 2 additions and 0 deletions

View File

@ -721,6 +721,8 @@ FUNC should be a function taking two arguments:
(define-key map "C" 'mu4e-compose-new)
(define-key map "E" 'mu4e-compose-edit)
(define-key map "K" 'ignore) ;; for gnus mode
(define-key map "." 'mu4e-view-raw-message)
(define-key map "|" 'mu4e-view-pipe)
(define-key map "a" 'mu4e-view-action)