mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-12 20:41:16 +02:00
mutt: add base config
This commit is contained in:
13
.config/mutt/muttrc
Normal file
13
.config/mutt/muttrc
Normal file
@@ -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 <Tab> complete-query
|
||||
bind editor ^T complete
|
||||
macro index,pager A \
|
||||
"<pipe-message>khard add-email<return>" \
|
||||
"add the sender email address to khard"
|
Reference in New Issue
Block a user