a adds address/name to abook

This commit is contained in:
Luke Smith 2019-04-19 21:58:02 -04:00
parent 353d7c2d95
commit e40c97a88e
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

1
muttrc
View File

@ -43,6 +43,7 @@ bind index \031 previous-undeleted # Mouse wheel
bind index \005 next-undeleted # Mouse wheel bind index \005 next-undeleted # Mouse wheel
bind pager \031 previous-line # Mouse wheel bind pager \031 previous-line # Mouse wheel
bind pager \005 next-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 <sync-mailbox> macro index,pager S <sync-mailbox>
set query_command= "abook --mutt-query '%s'" set query_command= "abook --mutt-query '%s'"
bind editor <Tab> complete-query bind editor <Tab> complete-query