David Lawrence Ramsey | 5e6434c | 2006-06-01 17:23:28 +0000 | [diff] [blame] | 1 | ## Here is an example for quoted emails (under e.g. mutt). |
Benno Schulenberg | fe9da94 | 2014-05-16 20:21:34 +0000 | [diff] [blame] | 2 | |
David Lawrence Ramsey | 5e6434c | 2006-06-01 17:23:28 +0000 | [diff] [blame] | 3 | syntax "mutt" |
Benno Schulenberg | fe9da94 | 2014-05-16 20:21:34 +0000 | [diff] [blame] | 4 | |
Chris Allegretta | 4f3fe13 | 2014-05-29 04:38:16 +0000 | [diff] [blame] | 5 | # Quoted lines. |
David Lawrence Ramsey | 5e6434c | 2006-06-01 17:23:28 +0000 | [diff] [blame] | 6 | color green "^>.*" |
Chris Allegretta | 4f3fe13 | 2014-05-29 04:38:16 +0000 | [diff] [blame] | 7 | |
| 8 | # Signatures, even quoted ones. |
| 9 | color yellow start="^>* ?-- $" end="^>* ?$" |