mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-18 18:07:45 +01:00
12 lines
450 B
Plaintext
12 lines
450 B
Plaintext
|
# 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"
|