10 lines
187 B
Plaintext
10 lines
187 B
Plaintext
|
## Here is an example for quoted emails (under e.g. mutt).
|
||
|
|
||
|
syntax "mutt"
|
||
|
|
||
|
# Quoted lines.
|
||
|
color green "^>.*"
|
||
|
|
||
|
# Signatures, even quoted ones.
|
||
|
color yellow start="^>* ?-- $" end="^>* ?$"
|