mless: more specific pattern for mshow mime dividers

pull/1/merge
Christian Neukirchen 8 years ago
parent 181fcb5d70
commit cfb0d7986d

@ -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 $?

Loading…
Cancel
Save