Created
November 8, 2013 16:15
-
-
Save ericem/7373472 to your computer and use it in GitHub Desktop.
Muttrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set folder="$HOME/Library/Mail"; | |
set record="+sent"; | |
set mbox="+mbox"; | |
set postponed="+draft" | |
set timeout=5; | |
set markers=no; | |
color hdrdefault white default | |
color quoted magenta default | |
color signature red default | |
color indicator yellow default | |
color error brightred default | |
color status black white | |
color tree green default # the thread tree in the index menu | |
color tilde magenta default | |
color message brightcyan default | |
color markers brightcyan default | |
color attachment brightmagenta default | |
color search default green # how to hilite search patterns in the pager | |
color header brightred default ^(From|To|Date): | |
color header brightgreen default ^(Subject): | |
color body magenta default "(ftp|http)://[^ ]+" # point out URLs | |
color body magenta default [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses | |
color underline brightgreen default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment