MUTT: Changed color for mail with attach
This commit is contained in:
parent
e62f3bc6c8
commit
47f8de52d9
1 changed files with 5 additions and 5 deletions
|
@ -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:[^ ]+@[^ ]( |>|$)"
|
||||
|
|
Loading…
Reference in a new issue