diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc new file mode 100644 index 0000000..ef302ea --- /dev/null +++ b/.config/mutt/muttrc @@ -0,0 +1,13 @@ +# vim: filetype=neomuttrc + +source /usr/local/share/mutt-wizard/mutt-wizard.muttrc # mw-autogenerated +source /home/user/.config/mutt/custom.muttrc +source /home/user/.config/mutt/mailbox.muttrc + +# khard integration +set query_command = "khard email --parsable --search-in-source-files %s" +bind editor complete-query +bind editor ^T complete +macro index,pager A \ + "khard add-email" \ + "add the sender email address to khard"