vimrc: Set modelines=0 to avoid security issues
[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 # automatically poll subscirbed mailboxes for new mail
30 set imap_check_subscribed 
31
32 # Reduce polling frequency a bit
33 set mail_check=60
34
35 # Attempt to use the IMAP IDLE extension to check for new mail in the current
36 # mailbox
37 set imap_idle=yes
38
39 set menu_scroll=yes
40
41 source ~/.muttrc-local