diff options
author | Vasil Zlatanov <v@skozl.com> | 2017-10-16 15:03:46 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2017-10-16 15:03:46 +0100 |
commit | 39913f30f1acd41cd696ed64ffab5e1ac271e682 (patch) | |
tree | 36294ab00db318653895d3e7fd16b834109eb843 /Mail/muttrc | |
parent | 2986d622ad73bfd6bc997cde556ecac6b126bbaf (diff) | |
download | dotfiles-39913f30f1acd41cd696ed64ffab5e1ac271e682.tar.gz dotfiles-39913f30f1acd41cd696ed64ffab5e1ac271e682.tar.bz2 dotfiles-39913f30f1acd41cd696ed64ffab5e1ac271e682.zip |
add khard support to mutt
Diffstat (limited to 'Mail/muttrc')
-rw-r--r-- | Mail/muttrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Mail/muttrc b/Mail/muttrc index 1969b49..e49c05e 100644 --- a/Mail/muttrc +++ b/Mail/muttrc @@ -19,6 +19,14 @@ mailboxes =dove/Inbox =dove/Sent =dove/Drafts =dove/Trash =dove/Archive # Set search to notmuch bind index,pager / vfolder-from-query +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" + # Dove conf set from = "v@skozl.com" set realname = "Vasil Zlatanov" |