Dotfiles for different machines on different branches.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
450 B

  1. # vim: filetype=neomuttrc
  2. #source /usr/local/share/mutt-wizard/mutt-wizard.muttrc # mw-autogenerated
  3. source /home/tiynger/.config/mutt/custom.muttrc
  4. source /home/tiynger/.config/mutt/muttrc.prv
  5. # khard integration
  6. set query_command = "khard email --parsable --search-in-source-files %s"
  7. bind editor <Tab> complete-query
  8. bind editor ^T complete
  9. macro index,pager A \
  10. "<pipe-message>khard add-email<return>" \
  11. "add the sender email address to khard"