aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/plaintext2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/plaintext b/contrib/plaintext
index 82fe57e..73744cf 100755
--- a/contrib/plaintext
+++ b/contrib/plaintext
@@ -5,7 +5,7 @@ BEGIN {
reset = "\x1B[0m"
}
{
- if ($0 ~ /On .*, .* wrote:/ || $0 ~ />+/) {
+ if ($0 ~ /^On .*, .* wrote:/ || $0 ~ /^>+/) {
print dim cyan $0 reset
} else {
print $0