diff options
-rwxr-xr-x | mquote | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mquote b/mquote index a64000d..fa8e4a4 100755 --- a/mquote +++ b/mquote @@ -7,6 +7,6 @@ printf '%s wrote:\n' "$from" mshow -R "$1" | - sed -n '/^-- $/!p;//q' | # strip signature + sed -n '/^-- $/,$!p' | # strip signature sed -e :a -e '/^\n*$/{$d;N;ba' -e '}' | # strip empty lines sed 's/^/> /' # prefix with > |