MUTT: Changed color for mail with attach

This commit is contained in:
Tom Willemsen 2011-05-16 10:56:36 +02:00
parent e62f3bc6c8
commit 47f8de52d9

View file

@ -20,7 +20,7 @@ uncolor index "~T"
uncolor index "~D"
# and recolor them appropriately
color index brightblack default "~P"
color index yellow default "~P"
color index brightcyan default "~N ~u" # new ML mail
color index brightyellow default "~N !~u" # new non-ML mail
color index brightgreen default "~T"
@ -34,10 +34,10 @@ color header blue default "^date:"
color header brightblue default "^subject:"
# message bodies
color attachment brightblack default
color search red brightblack
color signature cyan default
color tilde blue default
color attachment yellow default
color search red black
color signature cyan default
color tilde blue default
# urls
color body brightblue default "(^|<| )mailto:[^ ]+@[^ ]( |>|$)"