2006-06-01 21:23:28 +04:00
|
|
|
## Here is an example for quoted emails (under e.g. mutt).
|
2014-05-17 00:21:34 +04:00
|
|
|
|
2006-06-01 21:23:28 +04:00
|
|
|
syntax "mutt"
|
2014-05-17 00:21:34 +04:00
|
|
|
|
2014-05-29 08:38:16 +04:00
|
|
|
# Quoted lines.
|
2006-06-01 21:23:28 +04:00
|
|
|
color green "^>.*"
|
2014-05-29 08:38:16 +04:00
|
|
|
|
|
|
|
# Signatures, even quoted ones.
|
|
|
|
color yellow start="^>* ?-- $" end="^>* ?$"
|