* update key bindings

This commit is contained in:
djcb
2011-12-15 21:47:01 +02:00
parent 60ca7d6e46
commit 1d624ccf86
3 changed files with 11 additions and 11 deletions

View File

@ -254,7 +254,7 @@ or if not available, :body-html converted to text)."
(define-key map "w" 'mu4e-view-toggle-wrap-lines)
(define-key map "h" 'mu4e-view-toggle-hide-cited)
(define-key map "R" 'mu4e-view-refresh)
(define-key map "r" 'mu4e-view-refresh)
;; next 3 only warn user when attempt in the message view
(define-key map "u" 'mu4e-view-unmark)
@ -280,8 +280,8 @@ or if not available, :body-html converted to text)."
'("View raw message" . mu4e-view-raw))
(define-key menumap [pipe]
'("Pipe through shell" . mu4e-view-pipe))
(define-key menumap [inspect]
'("Inspect with guile" . mu4e-inspect-message))
;; (define-key menumap [inspect]
;; '("Inspect with guile" . mu4e-inspect-message))
(define-key menumap [sepa8] '("--"))
(define-key menumap [open-att]