about summary refs log tree commit diff
path: root/mless
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-20 14:47:44 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-20 14:47:44 +0200
commitcfb0d7986d284f1e8d14326a8ee43c7cab8e70fc (patch)
tree74a7412607c24df120faa512f57840c9781a8dec /mless
parent181fcb5d70b1e9408098611c5e97a920352b9669 (diff)
downloadmblaze-cfb0d7986d284f1e8d14326a8ee43c7cab8e70fc.tar.gz
mblaze-cfb0d7986d284f1e8d14326a8ee43c7cab8e70fc.tar.xz
mblaze-cfb0d7986d284f1e8d14326a8ee43c7cab8e70fc.zip
mless: more specific pattern for mshow mime dividers
Diffstat (limited to 'mless')
-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 $?