1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-11-01 21:11:15 +01:00

lets add mutt again

This commit is contained in:
TiynGER
2020-04-06 14:58:46 +02:00
parent 60e42fcc21
commit d0e1792a34
2 changed files with 167 additions and 0 deletions

11
.config/mutt/muttrc Normal file
View File

@@ -0,0 +1,11 @@
# vim: filetype=neomuttrc
#source /usr/local/share/mutt-wizard/mutt-wizard.muttrc # mw-autogenerated
source /home/tiynger/.config/mutt/custom.muttrc
source /home/tiynger/.config/mutt/muttrc.prv
# khard integration
set query_command = "khard email --parsable --search-in-source-files %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"