# # Mutt settings common everywhere # # Mailbox Settings set mbox_type="Maildir" set folder="~/.maildir" # Mutt settings set header_cache=~/.maildir/mutt_cache/ set delete=yes unset confirmappend set sort=threads set sort_aux = last-date-received set pager_stop=yes set mark_old = no unset markers set text_flowed=yes set display_filter="~/bin/mutt-display-filter.sh" auto_view text/html # Headers ignore * unignore date from: to: cc subject X-Spam-Status set forward_format="Fwd: %s" # Macros macro pager "" "Previous line" macro pager "" "Next line" bind index gg first-entry bind index G last-entry bind index R group-reply macro index c "?" "open a different folder" macro pager c "?" "open a different folder" macro index C "?" "copy a message to a mailbox" macro index M "?" "move a message to a mailbox" macro index e "+archived" "Archive a message." macro pager e "+archived" "Archive a message." macro index S "+spam" "Report message as spam." macro index d "+trash" "Move to trash" macro pager d "+trash" "Move to trash" macro pager \Cu "|urlview" "view links in urlview" macro index \es "unset wait_keymutt-notmuch-py ~/.maildir/search=search" "Search All Mail" # Colors #color index brightwhite default ~N #color index brightwhite default ~O # ## colors #color normal white black #color attachment brightyellow black #color hdrdefault white black #color indicator black white #color markers brightred black #color quoted green black #color signature cyan black #color status black white #color tilde blue black #color tree red black # Grab any host-specific settings source ~/.host-specific/muttrc source ~/.mutt/aliases