diff options
Diffstat (limited to '.muttrc')
-rw-r--r-- | .muttrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -60,9 +60,9 @@ set index_format="%4C %{%b %d} %-20.20F %-15.15B [%Z] [%-2.2N] %s" # custom inde set mark_old=yes -set query_command="goobook query '%s'" -bind editor <Tab> complete-query -macro index,pager a "<pipe-message>goobook add<return" "add the sender address to Google contacts" +set query_command = "abook --mutt-query '%s'" +macro generic,index,pager \ca "<shell-escape>abook<return>" "launch abook" +macro index,pager A "<pipe-message>abook --add-email-quiet<return>" # set up the sidebar, default not visible set sidebar_width=30 |