###
# Mutt: default index color and no spam config
# © 2006 Rado
###

unalternative_order *
alternative_order text/plain text/* application/*
set pipe_decode=yes
unauto_view *
auto_view text/html

### text anything other than plain text
### mime stuff
### FLAGGED, tagged

uncolor index *
unmono index *

color index	magenta black '( ~h "^content-type:" ) ( ! ~h "^content-type: *text/plain" )'

mono index	bold '~h "^content-type: *(multipart/(mixed|signed|encrypted)|application/)"'
color index	green black '~h "^content-type: *multipart/(signed|encrypted)"'
color index	brightyellow black '~h "^content-type: *application/"'
color index	white black '~h "^content-type: *multipart/mixed"'

color index	cyan black ~F
color index	brightyellow red ~T

###
# EOF
###
