about summary refs log tree commit diff
path: root/mless
diff options
context:
space:
mode:
Diffstat (limited to 'mless')
-rwxr-xr-xmless2
1 files changed, 1 insertions, 1 deletions
diff --git a/mless b/mless
index 534f7ad..72ddd6c 100755
--- a/mless
+++ b/mless
@@ -85,7 +85,7 @@ while :; do
 		mseq -C "$(mseq .+1: | grep -m1 '^[^ <]')";;
 	100) # d mark read
 		mflag -S .
-		mseq -f | mseq -S
+		mseq -f : | mseq -S
 		mseq -C +
 	esac
 done