From d37aa2bac54db46f1d0add6ee7a07e13578aaf0a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 13 Jun 2017 18:07:03 +0200 Subject: [PATCH] mcolor: add colors for two and three level quotes --- mcolor | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mcolor b/mcolor index 2712db3..e88c052 100755 --- a/mcolor +++ b/mcolor @@ -19,5 +19,7 @@ ftr { print fg(co("FOOTER",244), $0); next } /^-----BEGIN .* MESSAGE-----/ || /^-----END .* SIGNATURE-----/ { print fg(co("SIG",244), $0); sig = 0; next } sig { print fg(co("SIG",244), $0); next } +/^> *> *>/ { print fg(co("QQQUOTE",152), $0); next } +/^> *>/ { print fg(co("QQUOTE",149), $0); next } /^>/ { print fg(co("QUOTE",151), $0); next } { nextmail = 0; print }