muttrc (1366B)
1 set mbox_type = Maildir 2 3 source ~/.local/share/mutt/accounts 4 source ~/.local/share/mutt/mailboxes 5 source ~/.config/mutt/keybindings 6 source ~/.config/mutt/ui 7 8 9 set header_cache = ~/.cache/mutt/headercache 10 11 set imap_check_subscribed 12 # mailbox settings 13 set spoolfile = + 14 set postponed = +Drafts 15 set record = +Sent 16 set trash = +Trash 17 18 set auto_tag = yes 19 20 auto_view text/html 21 set mailcap_path = ~/.config/mutt/mailcap 22 23 set mailcap_path = "~/.config/mutt/mailcap" 24 set mime_type_query_command = "file --mime-type -b %s" 25 set date_format="%y/%m/%d %I:%M%p" 26 set index_format="%D %-15.15F %s (%-4.4c)" 27 set sort = 'reverse-date' 28 set smtp_authenticators = 'gssapi:login' 29 set rfc2047_parameters = yes 30 set sleep_time = 0 31 set markers = no # Disables the `+` displayed at line wraps 32 set mark_old = no # Unread mail stay unread until read 33 set mime_forward = yes # attachments are forwarded with mail 34 set wait_key = no # mutt won't ask "press key to continue" 35 set fast_reply # skip to compose when replying 36 37 set fcc_attach # save attachments with the body 38 set forward_format = "Fwd: %s" 39 set forward_quote = no 40 set reverse_name # reply as whomever it was to 41 42 set include = no 43 set mail_check=60 # to avoid lags using IMAP with some email providers (yahoo for example) 44 45 auto_view text/html 46 auto_view application/pgp-encrypted 47 alternative_order text/plain text/enriched text/html