diff options
author | Vasil Zlatanov <v@skozl.com> | 2016-11-29 20:47:03 +0000 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2016-11-29 20:47:03 +0000 |
commit | cf810c040fa6c13228a4dea01ebab14cd1c79495 (patch) | |
tree | 19348d1a71886d1331c228cdd79a277a69a7474b /Mail | |
parent | 6630bb02f23b60510f3b9a961e684a5ae1d02c11 (diff) | |
download | dotfiles-cf810c040fa6c13228a4dea01ebab14cd1c79495.tar.gz dotfiles-cf810c040fa6c13228a4dea01ebab14cd1c79495.tar.bz2 dotfiles-cf810c040fa6c13228a4dea01ebab14cd1c79495.zip |
update muttrc for khard
Diffstat (limited to 'Mail')
-rw-r--r-- | Mail/muttrc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Mail/muttrc b/Mail/muttrc index 840e70e..0501ba9 100644 --- a/Mail/muttrc +++ b/Mail/muttrc @@ -39,10 +39,12 @@ set realname = "Vasil Zlatanov" bind editor <Tab> complete-query # Save contact to CardDav -macro index,pager A "<pipe-message>pycard-import<enter>" "add sender address to pycardsyncer" +macro index,pager A \ + "<pipe-message>khard add-email<return>" \ + "add the sender email address to khard" # Load from CardDav -set query_command="pc_query -m '%s'" +set query_command="khard email --parsable --search-in-source-files %s" @@ -119,7 +121,7 @@ bind index R group-reply # Write in Aliases when opening email -set display_filter='$HOME/.mutt/alias.sh' +#set display_filter='$HOME/.mutt/alias.sh' # Remove + on wraps set markers=no |