* mu4e: make 'a' the action key; fixes issue #181

This commit is contained in:
djcb 2013-04-17 01:31:10 +03:00
parent 88520e45ec
commit 9d1c404914
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@ after the end of the search results."
(define-key map "x" 'mu4e-mark-execute-all)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define-key map "A" 'mu4e-headers-action)
(define-key map "a" 'mu4e-headers-action)
;; message composition
(define-key map "R" 'mu4e-compose-reply)