about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xmless2
1 files changed, 1 insertions, 1 deletions
diff --git a/mless b/mless
index d703a6b..0f02078 100755
--- a/mless
+++ b/mless
@@ -11,7 +11,7 @@ BEGIN { hdr = 1 }
 /^$/ { hdr = 0 }
 hdr && /^From:/ { print so(fg(119, $0)); next }
 hdr { print fg(120, $0); next }
-/^---.*---/ { print fg(242, $0); next }
+/^--- .* ---/ { print fg(242, $0); next }
 /^>/ { print fg(151, $0); next }
 { print }'
 	exit $?