diff options
Diffstat (limited to 'muttrc')
-rw-r--r-- | muttrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -204,8 +204,11 @@ bind index p recall-message # Get mutt to understand the contacts command line prog which reads Contacts #set query_command = "contacts -Sf '%eTOKEN%n' '%s' | sed -e 's/TOKEN/\t/g'" +# khard +set query_command = "/home/lemon/src/virtualenvs/khal-venv/bin/khard email --parsable %s" + ## Abook -set query_command= "abook --mutt-query '%s'" +#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<return>" "Add this sender to Abook" bind editor <Tab> complete-query |