From 4bf38b9751e8affa6407dac49b78bc9f1a19eb79 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 7 Jan 2018 23:30:28 +0100 Subject: mless: add { }/$ to jump to first/last message --- mless | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mless') diff --git a/mless b/mless index fa09c8f..395a8f8 100755 --- a/mless +++ b/mless @@ -76,6 +76,9 @@ while :; do "+:e $(mscan -n .)$nl" //scan $(mscan -n :) case "$?" in 0|1) exit $?;; + 36) # $ goto end + mseq -C '$' 2>/dev/null + ;; 78) # N go to next unseen message nu=$(magrep -v -m1 :S .:) && mseq -C "$nu" ;; -- cgit 1.4.1