# paths set folder = ~/Mail set header_cache = ~/.mutt/cache/headers set message_cachedir = ~/.mutt/cache/bodies set certificate_file = ~/.mutt/cache/certificates.crt set mailcap_path = ~/.mutt/mailcap set tmpdir = ~/.mutt/tmp # basic options set wait_key = no set mbox_type = Maildir set timeout = 3 set mail_check = 0 set delete set quit set thorough_search set mail_check_stats unset confirmappend unset move unset mark_old unset beep_new # compose View Options set envelope_from # which from? set edit_headers # show headers when composing set fast_reply # skip to compose when replying set askcc # ask for CC: set fcc_attach # save attachments with the body set forward_format = "Fwd: %s" # format of subject when forwarding set forward_decode # decode when forwarding set attribution = "On %d, %n wrote:" # format of quoting header set reply_to # reply to Reply to: field set reverse_name # reply as whomever it was to set include # include message in replies set forward_quote # include message in forwards set editor = "vim" set text_flowed unset sig_dashes # no dashes before sig unset mime_forward # forward attachments as part of body # status bar, date format, finding stuff etc. set status_chars = " *%A" set status_format = "[ Folder: %f ] [%r%m messages%?n? (%n new)?%?d? (%d to delete)?%?t? (%t tagged)? ]%>─%?p?( %p postponed )?" set date_format = "%d.%m.%Y %H:%M" set index_format = "[%Z] %?X?A&-? %D %-20.20F %s" set sort = threads set sort_aux = reverse-last-date-received set uncollapse_jump set sort_re set reply_regexp = "^(([Rr][Ee]?(\[[0-9]+\])?: *)?(\[[^]]+\] *)?)*" set quote_regexp = "^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+" set send_charset = "utf-8:iso-8859-1:us-ascii" set charset = "utf-8" # Pager View Options set pager_index_lines = 10 set pager_context = 3 set pager_stop set menu_scroll set tilde unset markers # email headers and attachments ignore * unignore from: to: cc: bcc: date: subject: unhdr_order * hdr_order from: to: cc: bcc: date: subject: alternative_order text/plain text/enriched text/html auto_view text/html # sidebar patch config set sidebar_visible set sidebar_short_path set sidebar_folder_indent set sidebar_width = 26 set sidebar_divider_char = ' | ' set sidebar_indent_string = ' '' set sidebar_format = "%B %* [%?N?%N / ?%S]" # Mailboxes to show in the sidebar. # mailboxes =airocpss named-mailboxes airoccpss =airocpss/INBOX mailboxes =airocpss/sent =airocpss/drafts =airocpss/junk =airocpss/trash named-mailboxes hotmail =hotmail/INBOX mailboxes =hotmail/sent =hotmail/drafts =hotmail/junk =hotmail/trash named-mailboxes ok-xinyz =outlook-xinyongzhong/INBOX mailboxes =outlook-xinyongzhong/junk # source colors and keybindings # keeping those in one place makes it easier for my brain source ~/.mutt/colors source ~/.mutt/bindings # And finally the account config for multiple accounts ############################################################# # by default, use airocpss set realname = "xinyz" set spoolfile = "+airocpss/INBOX" source ~/.mutt/accounts/airocpss # when changing into other mailboxes, use different adresses etc. folder-hook airocpss/* source ~/.mutt/accounts/airocpss folder-hook hotmail/* source ~/.mutt/accounts/hotmail folder-hook hotmail/* source ~/.mutt/accounts/outlook-xinyongzhong