about summary refs log tree commit diff
path: root/mquote
diff options
context:
space:
mode:
Diffstat (limited to 'mquote')
-rwxr-xr-xmquote2
1 files changed, 1 insertions, 1 deletions
diff --git a/mquote b/mquote
index fa8e4a4..31af66b 100755
--- a/mquote
+++ b/mquote
@@ -6,7 +6,7 @@
 : ${from:=Someone}
 
 printf '%s wrote:\n' "$from"
-mshow -R "$1" |
+{ mshow -R "$1" || mshow -h '' -N "$1"; } |
 	sed -n '/^-- $/,$!p'   |                   # strip signature
 	sed -e :a -e '/^\n*$/{$d;N;ba' -e '}' |    # strip empty lines
 	sed 's/^/> /'                              # prefix with >