Ansible_workstation/files/dotfiles/mutt/config.muttrc

22 lines
565 B
Plaintext

set mail_check = 120
set imap_keepalive = 300
set editor = "vim -c Goyo"
set sort = threads
set sort_aux = reverse-last-date-received
set fast_reply = yes
set include = yes # include message in replies
set pager_stop = yes # don't go to next message automatically
set query_command = "khard email --parsable %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"
set index_format = "%4C %Z %-15.15L %{%d%b%y} %s"
# vim: ft=muttrc