dotfiles/mutt/muttrc

31 lines
1,016 B
Text
Raw Normal View History

2021-03-15 08:45:23 -04:00
#set record=~/Maildir/arachnitech/Sent
set sidebar_visible = yes
## set record="~/Maildir/Sent Mail"
set spoolfile="+franklin/INBOX"
# set header cache
set header_cache=~/Localmail/hcache
set mbox_type=Maildir
set folder=~/Maildir/
set sort=reverse-date-received
# IMAP and INBOX (this should map to any existing IMAP folders)
folder-hook arachnitech/* source ~/.mutt/accounts/arachnitech
folder-hook franklin/* source ~/.mutt/accounts/franklin
# auto_view text/html
alternative_order text/plain text/enriched text/html
auto_view text/html
auto_view text/calendar
# Just do what I tell you to, consequences be damned
set confirmappend=yes
set delete=yes
# Show new notification when mail arrives
2021-03-15 08:45:23 -04:00
set new_mail_command="notify-send --icon='/home/kellya/images/mutt-1.png' \
'New Emails' '%n new messages' &"
# Run a script to cat anything that has .rc as the extension to auto source things
2021-03-15 08:45:23 -04:00
source ~/.mutt/sources.sh|
# Addressbook lookup
2021-03-15 08:45:23 -04:00
set query_command="khard email -p '%s'"
bind editor <Tab> complete-query