12345678910111213141516171819202122232425262728293031323334353637383940414243444546set mbox_type = Maildir
source ~/.local/share/mutt/accounts
source ~/.config/mutt/keybindings
source ~/.config/mutt/ui
set header_cache = ~/.cache/mutt/headercache
set imap_check_subscribed
# mailbox settings
set spoolfile = +INBOX
set postponed = +Drafts
set record = +Sent
set auto_tag = yes
auto_view text/html
set mailcap_path = "~/.config/mutt/mailcap"
set mime_type_query_command = "file --mime-type -b %s"
set date_format="%y/%m/%d %I:%M%p"
set index_format="%D %-15.15F %s (%-4.4c)"
set strict_threads = yes
set sort_aux = last-date-received
set sort = reverse-threads
set smtp_authenticators = 'gssapi:login'
set rfc2047_parameters = yes
set sleep_time = 0
set markers = no # Disables the `+` displayed at line wraps
set mark_old = no # Unread mail stay unread until read
set mime_forward = yes # attachments are forwarded with mail
set wait_key = no # mutt won't ask "press key to continue"
set fast_reply # skip to compose when replying
set fcc_attach # save attachments with the body
set forward_format = "Fwd: %s"
set forward_quote = no
set reverse_name # reply as whomever it was to
set include = no
set mail_check=60 # to avoid lags using IMAP with some email providers (yahoo for example)
auto_view text/html
auto_view application/pgp-encrypted
alternative_order text/plain text/enriched text/html