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 /man/mintro.7 | |
parent | 01b197c9367528063471eb0f312f5c6b1293ffba (diff) | |
download | mblaze-69aa1740e5edc8644c842a371b94904ab704f9f2.tar.gz mblaze-69aa1740e5edc8644c842a371b94904ab704f9f2.tar.xz mblaze-69aa1740e5edc8644c842a371b94904ab704f9f2.zip |
remove msetseq
Diffstat (limited to 'man/mintro.7')
-rw-r--r-- | man/mintro.7 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/man/mintro.7 b/man/mintro.7 index 1577695..4472b55 100644 --- a/man/mintro.7 +++ b/man/mintro.7 @@ -43,9 +43,7 @@ to reply to mail .It Xr mscan 1 to generate single line summaries of mail .It Xr mseq 1 -to deal with mail sequences -.It Xr msetseq 1 -to set the mail sequence +to manipulate mail sequences .It Xr mshow 1 to render mail and extract attachments .It Xr msort 1 @@ -117,9 +115,9 @@ INBOX, oldest first. 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 -.Ql msetseq +.Ql mseq -S to above command: -.Dl mlist -s ~/Maildir/INBOX | msort -d | msetseq | mscan +.Dl 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: .Dl mshow 1:5 |