From 9d1c40491498288692f1061f271671494e933624 Mon Sep 17 00:00:00 2001 From: djcb Date: Wed, 17 Apr 2013 01:31:10 +0300 Subject: [PATCH] * mu4e: make 'a' the action key; fixes issue #181 --- mu4e/mu4e-headers.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index 835dce25..218803bb 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -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)