commit 550a21ade80218f0a3620550257b733c8e1ffaba parent db2837c6e2345e42343d5490d09522fc4182f9df Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Sun, 28 Feb 2016 09:58:02 -0800 change key to lowercase a: add sender to abook Diffstat:
M | .mutt/muttrc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -131,7 +131,7 @@ alternative_order text/plain text/enriched text/html # abook address book set query_command= "abook --mutt-query '%s'" -macro index,pager A "<pipe-message>abook --add-email-quiet<return>" "add the sender address to abook" +macro index,pager a "<pipe-message>abook --add-email-quiet<return>" "add the sender address to abook" # vi-like movement bind attach,index gg first-entry