about summary refs log tree commit diff
path: root/mless
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-31 19:46:43 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-31 19:46:43 +0200
commit94c7dd24cf48a842ad1595731ea4477a68e57d29 (patch)
tree8e0b30d041f269b31e4eeb6f3a9f9ca30bfb7a57 /mless
parent9e02ec69f18c186b5a23775aeb771965f259fb76 (diff)
downloadmblaze-94c7dd24cf48a842ad1595731ea4477a68e57d29.tar.gz
mblaze-94c7dd24cf48a842ad1595731ea4477a68e57d29.tar.xz
mblaze-94c7dd24cf48a842ad1595731ea4477a68e57d29.zip
mseq: drop -n (now in mscan)
Diffstat (limited to 'mless')
-rwxr-xr-xmless2
1 files changed, 1 insertions, 1 deletions
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