dotfiles/symlinks/config/mutt/muttrc

37 lines
1.1 KiB
Plaintext
Raw Normal View History

2021-01-07 08:09:41 +00:00
# Folder for emails
set folder = "~/.mail"
# Directory to save sent messages into
set record = +Sent
# Directory to save drafts into
set postponed = +Drafts
# Headers cache?
set header_cache = ~/.cache/mutt
# Sort by threads
set sort = threads
# Sort threads by last date received - newest first
set sort_aux = reverse-last-date-received
# Show date in year/month/day hour:minute format
set date_format="%y/%m/%d %I:%M%p"
# Mailcap file is used to tell mutt how to open different types of file
set mailcap_path = "~/.config/mutt/mailcap"
# Tells Mutt to automatically view files with these mime types
auto_view text/html
# Order to try and show multipart emails
alternative_order text/plain text/enriched text/html
# Tells Mutt to automatically view files with these mime types
auto_view text/html
# Order to try and show multipart emails
alternative_order text/plain text/enriched text/html
set editor = "vim"
2021-03-26 20:06:10 +00:00
source accounts/personal
# Mailbox type
set mbox_type = Maildir
# Directory to pool for new mail
set spoolfile = +Inbox
mailboxes = +Inbox
set imap_check_subscribed
source /usr/share/doc/neomutt/vim-keys/vim-keys.rc