diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-07-26 16:39:10 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-07-26 16:39:10 +0200 |
commit | 69aa1740e5edc8644c842a371b94904ab704f9f2 (patch) | |
tree | 72cc119082e4b55d384184a0f152a053355c5a06 /README | |
parent | 01b197c9367528063471eb0f312f5c6b1293ffba (diff) | |
download | mblaze-69aa1740e5edc8644c842a371b94904ab704f9f2.tar.gz mblaze-69aa1740e5edc8644c842a371b94904ab704f9f2.tar.xz mblaze-69aa1740e5edc8644c842a371b94904ab704f9f2.zip |
remove msetseq
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 3 insertions, 4 deletions
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 |