mseq.1: update

pull/1/merge
Christian Neukirchen 8 years ago
parent aee85d20d9
commit 01b197c936

@ -3,15 +3,21 @@
.Os .Os
.Sh NAME .Sh NAME
.Nm mseq .Nm mseq
.Nd print messages from mail sequence .Nd manipulate mail sequence
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl f
.Op Fl n .Op Fl n
.Op Fl r .Op Fl r
.Ar msgs\ ... .Ar msgs\ ...
.Nm
.Op Fl f
.Op Fl S | Fl A
<
.Ar sequence
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
prints messages in the mail sequence. prints, fixes and sets messages in the mail sequence.
See See
.Xr mmsg 7 .Xr mmsg 7
for the message argument syntax. for the message argument syntax.
@ -24,13 +30,38 @@ is used interactively,
.Nm .Nm
prints all messages in the sequence. prints all messages in the sequence.
.Pp .Pp
.Pp
With
.Fl S
or
.Fl A ,
.Nm
will replace (resp. append) the default sequence.
If standard output is not a terminal, the new sequence is also printed.
.Pp
The options are as follows: The options are as follows:
.Bl -tag -width Ds .Bl -tag -width Ds
.It Fl f
Fix non-existing filenames by searching for a message with the same
Maildir id (but different flags).
.It Fl n .It Fl n
Print the sequence numbers of the Print the sequence numbers of the
.Ar msgs . .Ar msgs .
.It Fl r .It Fl r
Remove leading indentation from the file names. Remove leading indentation from the file names.
.It Fl S
Set the mail sequence to the file names passed on standard input.
.It Fl A
Like
.Fl S ,
but append to the mail sequence instead of replacing it.
.El
.Sh ENVIRONMENT
.Bl -tag -width Ds
.It Ev MAILMAP
File were the sequence is stored.
(Default:
.Pa ~/.santoku/map )
.El .El
.Sh EXIT STATUS .Sh EXIT STATUS
.Ex -std .Ex -std

Loading…
Cancel
Save