diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-19 21:58:02 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-19 21:58:02 -0400 |
commit | e40c97a88ec6bf260836bb80deb0b9e329b39890 (patch) | |
tree | 6fdabc4d70dc8d4270d7a594833802c47309cfa6 /muttrc | |
parent | 353d7c2d95777892c582c6cd13d3d1dcc5b04ab4 (diff) |
`a` adds address/name to abook
Diffstat (limited to 'muttrc')
-rw-r--r-- | muttrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 <sync-mailbox> set query_command= "abook --mutt-query '%s'" bind editor <Tab> complete-query |