mseq.1: update wording

Closes: #111 [via git-merge-pr]
pull/112/head
Larry Hynes 6 years ago committed by Leah Neukirchen
parent 1377f5ac0a
commit dc1531a7bb

@ -3,7 +3,7 @@
.Os .Os
.Sh NAME .Sh NAME
.Nm mseq .Nm mseq
.Nd manipulate mail sequence .Nd manipulate message sequences
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl fr .Op Fl fr
@ -23,10 +23,12 @@
.Fl C Ar msg .Fl C Ar msg
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
prints, fixes and sets messages in the mail sequence. prints, fixes and sets the message sequence.
.Po
See See
.Xr mmsg 7 .Xr mmsg 7
for the message argument syntax. for the message argument syntax.
.Pc
.Pp .Pp
If no If no
.Ar msgs .Ar msgs
@ -41,8 +43,11 @@ With
or or
.Fl A , .Fl A ,
.Nm .Nm
will replace (resp. append) the default sequence. will replace
If standard output is not a terminal, the new sequence is also printed. .Pq resp. append
the default sequence.
If the standard output is not a terminal,
the new sequence is also printed.
.Pp .Pp
The options are as follows: The options are as follows:
.Bl -tag -width Ds .Bl -tag -width Ds
@ -52,15 +57,16 @@ Behave as if
was the current message. was the current message.
.It Fl f .It Fl f
Fix non-existing filenames by searching for a message with the same Fix non-existing filenames by searching for a message with the same
Maildir id (but different flags). maildir id
.Pq but different flags .
.It Fl r .It Fl r
Remove leading indentation from the filenames. Remove leading indentation from the filenames.
.It Fl S .It Fl S
Set the mail sequence to the filenames passed on standard input. Set the message sequence to the filenames passed on standard input.
.It Fl A .It Fl A
Like Like
.Fl S , .Fl S ,
but append to the mail sequence instead of replacing it. but append to the message sequence instead of replacing it.
.It Fl C Ar msg .It Fl C Ar msg
Set the current message to Set the current message to
.Ar msg .Ar msg
@ -70,21 +76,29 @@ and exit.
.Bl -tag -width Ds .Bl -tag -width Ds
.It Ev MBLAZE .It Ev MBLAZE
Directory containing mblaze configuration. Directory containing mblaze configuration.
(Default: .Po
.Pa $HOME/.mblaze ) Default:
.Pa $HOME/.mblaze
.Pc
.It Ev MAILCUR .It Ev MAILCUR
Symbolic link referring to the current message. Symbolic link referring to the current message.
(Default: .Po
.Pa ${MBLAZE:-$HOME/.mblaze}/cur ) Default:
.Pa ${MBLAZE:-$HOME/.mblaze}/cur
.Pc
.It Ev MAILDOT .It Ev MAILDOT
When set to a filename, overrides the current message. When set to a filename, overrides the current message.
(Prefer using .Po
Prefer using
.Fl c .Fl c
instead.) instead.
.Pc
.It Ev MAILSEQ .It Ev MAILSEQ
File were the sequence is stored. File were the sequence is stored.
(Default: .Po
.Pa ${MBLAZE:-$HOME/.mblaze}/seq ) Default:
.Pa ${MBLAZE:-$HOME/.mblaze}/seq
.Pc
.El .El
.Sh EXIT STATUS .Sh EXIT STATUS
.Ex -std .Ex -std

Loading…
Cancel
Save