From e40c97a88ec6bf260836bb80deb0b9e329b39890 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 19 Apr 2019 21:58:02 -0400 Subject: [PATCH] `a` adds address/name to abook --- muttrc | 1 + 1 file changed, 1 insertion(+) diff --git a/muttrc b/muttrc index 22afb2b..d11d38a 100644 --- a/muttrc +++ b/muttrc @@ -43,6 +43,7 @@ bind index \031 previous-undeleted # Mouse wheel bind index \005 next-undeleted # Mouse wheel bind pager \031 previous-line # Mouse wheel bind pager \005 next-line # Mouse wheel +macro index,pager a "|abook --add-email\n" 'add sender to abook' macro index,pager S set query_command= "abook --mutt-query '%s'" bind editor complete-query