6d32b09a07d46307624c365828b2f0bedca49d27
[cmccabe-etc] / .muttrc
1 set postponed="=Drafts"
2 set mail_check=30
3 set timeout=15
4 set header_cache=~/.hcache
5 set net_inc=5
6 set text_flowed
7 set sort=threads
8 set sort_browser=date
9 set sort_aux=last-date-received
10 set query_command="echo; grep -i '%s' ~/.mutt/data/ldap.cache"
11
12 # Prefer text/plain
13 auto_view text/html
14 alternative_order text/plain
15
16 color normal black default
17 color attachment brightgreen default
18 color hdrdefault blue default
19 color indicator black brightyellow
20 color markers brightred default
21 color quoted magenta default
22 color signature cyan default
23 color status default blue
24 color tilde magenta default
25 color tree magenta default
26 color body brightmagenta default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+
27 color body brightblue default (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+
28
29 source ~/.muttrc-local