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