123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- color normal default default
- color message brightwhite default
- color status brightblue default
- color hdrdefault yellow default
- color indicator brightwhite cyan
- color quoted cyan default
- color quoted1 yellow default
- color quoted2 brightred default
- color quoted3 cyan default
- color quoted4 yellow default
- color quoted5 brightred default
- color quoted6 cyan default
- color quoted7 yellow default
- color quoted8 brightred default
- color signature white default
- color tilde white default
- color tree brightblue default
- color attachment brightgreen default
- color header cyan default "^From\:|^To\:|^Cc\:|^Bcc\:"
- color header green default "^Return-Path\:"
- color header blue default "^Reply-To\:"
- color header brightred default "\Subject\:|^Date\:"
- color index yellow default ~N # New messages.
- color index green default ~O # Old messages.
- color index brightred default ~D # Deletes messages.
- color body green default "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*"
- color body green default "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
- color body green default "news:[^ \">\t\r\n]*"
- color body green default "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
- color body brightred default "<[Gg]>" # <g>
- color body brightred default "<[Bb][Gg]>" # <bg>
- color body brightred default " [;:]-*[)>(<|]" # :-) etc...
- color body brightred default "(^|[[:space:]])\\*[^[:space:]]+\\*([[:space:]]|$)" # *Bold* text.
- color body brightred default "(^|[[:space:]])_[^[:space:]]+_([[:space:]]|$)" # _Underlined_ text.
- color body brightred default "(^|[[:space:]])/[^[:space:]]+/([[:space:]]|$)" # /Italic/ text.
- color sidebar_new yellow default
- color sidebar yellow default
|