mirror of https://github.com/tiyn/dotfiles
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.
14 lines
455 B
14 lines
455 B
4 years ago
|
# 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 <Tab> complete-query
|
||
|
bind editor ^T complete
|
||
|
macro index,pager A \
|
||
|
"<pipe-message>khard add-email<return>" \
|
||
|
"add the sender email address to khard"
|