From 69aa1740e5edc8644c842a371b94904ab704f9f2 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 26 Jul 2016 16:39:10 +0200 Subject: remove msetseq --- README | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index f7cf867..a902870 100644 --- a/README +++ b/README @@ -22,8 +22,7 @@ DESCRIPTION mmime(1) to create MIME messages mrepl(1) to reply to mail mscan(1) to generate single line summaries of mail - mseq(1) to deal with mail sequences - msetseq(1) to set the mail sequence + mseq(1) to manipulate mail sequences mshow(1) to render mail and extract attachments msort(1) to sort mail mthread(1) to arrange mail into discussions @@ -65,8 +64,8 @@ EXAMPLES INBOX, oldest first. mlist -s ~/Maildir/INBOX | msort -d | mscan To operate on a set of mails in multiple steps, you can save a list of - mail as a sequence. E.g. add a call to ‘msetseq’ to above command: - mlist -s ~/Maildir/INBOX | msort -d | msetseq | mscan + mail as a sequence. E.g. add a call to ‘mseq -S’ to above command: + mlist -s ~/Maildir/INBOX | msort -d | mseq -S | mscan Now mscan will show message numbers and you could look at the first five mails at once, for example: mshow 1:5 -- cgit 1.4.1