diff options
-rw-r--r-- | muttrc | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -208,15 +208,15 @@ set query_command = "/home/lemon/src/virtualenvs/khal-venv/bin/khard email --par ## Abook #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 -bind editor ^T complete - -#set query_command = "khard email --parsable %s" -# bind editor <Tab> complete-query +# 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 # bind editor ^T complete -# macro index,pager A "<pipe-message>khard add-email<return>" "add the sender email address to khard" + +set query_command = "khard email --parsable %s" + bind editor <Tab> complete-query + bind editor ^T complete + macro index,pager A "<pipe-message>khard add-email<return>" "add the sender email address to khard" # Better searching in mutt bind index N search-opposite |