From 94c7dd24cf48a842ad1595731ea4477a68e57d29 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 31 Jul 2016 19:46:43 +0200 Subject: mseq: drop -n (now in mscan) --- mless | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mless') diff --git a/mless b/mless index 06e7312..8ad858e 100755 --- a/mless +++ b/mless @@ -87,7 +87,7 @@ while :; do [ -f $HOME/.mless ] && export LESSKEY=$HOME/.mless LESSOPEN="|$0 --filter %s" \ less -Ps"mless %f?m (message %i of %m).." -R \ - "+:e $(mseq -n .)$nl" //scan $(mseq -n :) + "+:e $(mscan -n .)$nl" //scan $(mscan -n :) case "$?" in 0|1) exit $?;; 78) # N go to next unseen message -- cgit 1.4.1