2016-07-22 19:36:46 +00:00
|
|
|
.Dd July 22, 2016
|
|
|
|
.Dt MSEQ 1
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm mseq
|
2016-07-26 14:34:39 +00:00
|
|
|
.Nd manipulate mail sequence
|
2016-07-22 19:36:46 +00:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
2016-07-26 14:34:39 +00:00
|
|
|
.Op Fl f
|
2016-07-22 19:36:46 +00:00
|
|
|
.Op Fl n
|
|
|
|
.Op Fl r
|
|
|
|
.Ar msgs\ ...
|
2016-07-26 14:34:39 +00:00
|
|
|
.Nm
|
|
|
|
.Op Fl f
|
|
|
|
.Op Fl S | Fl A
|
|
|
|
<
|
|
|
|
.Ar sequence
|
2016-07-22 19:36:46 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
2016-07-26 14:34:39 +00:00
|
|
|
prints, fixes and sets messages in the mail sequence.
|
2016-07-22 19:36:46 +00:00
|
|
|
See
|
2016-07-22 19:43:03 +00:00
|
|
|
.Xr mmsg 7
|
2016-07-22 19:36:46 +00:00
|
|
|
for the message argument syntax.
|
|
|
|
.Pp
|
|
|
|
If no
|
|
|
|
.Ar msgs
|
|
|
|
are passed and
|
|
|
|
.Nm
|
|
|
|
is used interactively,
|
|
|
|
.Nm
|
|
|
|
prints all messages in the sequence.
|
|
|
|
.Pp
|
2016-07-26 14:34:39 +00:00
|
|
|
.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
|
2016-07-22 19:36:46 +00:00
|
|
|
The options are as follows:
|
|
|
|
.Bl -tag -width Ds
|
2016-07-26 14:34:39 +00:00
|
|
|
.It Fl f
|
|
|
|
Fix non-existing filenames by searching for a message with the same
|
|
|
|
Maildir id (but different flags).
|
2016-07-22 19:36:46 +00:00
|
|
|
.It Fl n
|
|
|
|
Print the sequence numbers of the
|
|
|
|
.Ar msgs .
|
|
|
|
.It Fl r
|
|
|
|
Remove leading indentation from the file names.
|
2016-07-26 14:34:39 +00:00
|
|
|
.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
|
2016-07-26 14:55:55 +00:00
|
|
|
.It Ev MAILSEQ
|
2016-07-26 14:34:39 +00:00
|
|
|
File were the sequence is stored.
|
|
|
|
(Default:
|
2016-07-26 14:55:55 +00:00
|
|
|
.Pa ~/.santoku/seq )
|
2016-07-22 19:36:46 +00:00
|
|
|
.El
|
|
|
|
.Sh EXIT STATUS
|
|
|
|
.Ex -std
|
|
|
|
.Sh SEE ALSO
|
2016-07-22 19:43:03 +00:00
|
|
|
.Xr mmsg 7
|
2016-07-22 19:36:46 +00:00
|
|
|
.Sh AUTHORS
|
|
|
|
.An Christian Neukirchen Aq Mt chneukirchen@gmail.com
|
|
|
|
.Sh LICENSE
|
|
|
|
.Nm
|
|
|
|
is in the public domain.
|
|
|
|
.Pp
|
|
|
|
To the extent possible under law,
|
|
|
|
the creator of this work
|
|
|
|
has waived all copyright and related or
|
|
|
|
neighboring rights to this work.
|
|
|
|
.Pp
|
|
|
|
.Lk http://creativecommons.org/publicdomain/zero/1.0/
|