squash more mandoc -Tlint warnings

pull/72/head
Leah Neukirchen 7 years ago
parent 4edca0ec3a
commit d65041c386

@ -40,9 +40,9 @@ Only search the colon-separated list of
.Ar headers
for mail addresses.
Default:
.Sq Li "from:sender:reply-to:to:cc:bcc:"
.Sq Li from\&:sender\&:reply\&-to\&:to\&:cc\&:bcc\&:
and their respective
.Sq Li "resent-"
.Sq Li resent\&-
variants.
.El
.Sh EXIT STATUS

@ -32,40 +32,40 @@ The following
are used by
.Xr mblaze 7 :
.Bl -tag -width Ds
.It Li "Alternate-Mailboxes:"
.It Li Alternate\&-Mailboxes\&:
A comma-separated list of mail addresses that belong to you, for
.Xr mscan 1
to recognize messages sent by or directly to you.
.It Li "FQDN:"
.It Li FQDN\&:
The fully qualified domain name used for
.Li "Message-Id:"
.Li Message\&-Id\&:
generation in
.Xr mgenmid 1 .
.It Li "Local-Mailbox:"
.It Li Local\&-Mailbox\&:
Your primary mail address, used as the default value for
.Li "From:"
.Li From\&:
in
.Xr mcom 1 ,
and in
.Xr mscan 1
to recognize messages sent to you.
.It Li "Outbox:"
.It Li Outbox\&:
If set,
.Xr mcom 1
will create draft messages in this Maildir,
and save messages there after sending.
.It Li "Scan-Format:"
.It Li Scan\&-Format\&:
The default format string for
.Xr mscan 1 .
.It Li "Sendmail:"
.It Li Sendmail\&:
The program that
.Xr mcom 1
will call to send mail.
(Default:
.Sq Li sendmail ) .
.It Li "Sendmail-Args:"
.It Li Sendmail\&-Args\&:
Flags to be passed to the
.Li "Sendmail:"
.Li Sendmail\&:
program.
(Default:
.Sq Fl t ) .

@ -37,11 +37,11 @@ and deliver each message,
decoding it according to the MBOXRD convention.
.Nm
will set the mtime according to the value of
.Sq Li "Date:"
.Sq Li Date\&:
and the Maildir flags according to the value of
.Sq Li "Status:"
.Sq Li Status\&:
or
.Sq Li "X-Status:" .
.Sq Li X-Status\&: .
.Pp
The messages are delivered in a reliable way and use default
.Xr umask 2 .

@ -25,11 +25,11 @@ or uses the mails in the current sequence if used interactively.
.Pp
.Nm
uses the
.Sq Li "Return-Path:"
.Sq Li Return\&-Path\&:
(or
.Sq Li "X-Envelope-To:" )
.Sq Li X\&-Envelope\&-To\&: )
and
.Sq Li "Date:"
.Sq Li Date\&:
headers from the message for the mbox
.Sq Li "From "
line.
@ -38,9 +38,9 @@ The options are as follows:
.Bl -tag -width Ds
.It Fl S
Add
.Sq Li "Status:"
.Sq Li Status\&:
and
.Sq Li "X-Status:"
.Sq Li X\&-Status\&:
headers according to the
.Ar msgs
Maildir flags.

@ -17,7 +17,7 @@ The fully qualified domain name is computed by:
.Bl -enum
.It
Using
.Sq Li "FQDN:"
.Sq Li FQDN\&:
from
.Pa "${MBLAZE:-$HOME/.mblaze}/profile"
(if set).
@ -25,7 +25,7 @@ from
Resolving the current hostname.
.It
Using the host part of the address in
.Sq Li "Local-Mailbox:"
.Sq Li Local\&-Mailbox\&:
from
.Pa "${MBLAZE:-$HOME/.mblaze}/profile"
(if set).

@ -72,8 +72,9 @@ Don't list messages in
Don't list messages in
.Pa new .
.It Fl i
Don't print filenames. Instead, print a one-line summary for each
folder, showing the number of unseen, flagged and total messages,
Don't print filenames.
Instead, print a one-line summary for each folder,
showing the number of unseen, flagged and total messages,
along with the folder name.
.Pp
If two or more folders are specified, a total will also be printed.

@ -74,7 +74,7 @@ Deleted messages.
New messages.
.It Cm o
Old messages.
.It Cm r, Cm S
.It Cm r , Cm S
Read messages.
.It Cm u
Unread messages.

@ -94,9 +94,9 @@ is greater or equal to 19,
seconds will also be shown.
.It Cm "%" Ns Oo Ar wd Oc Ns Cm "f"
The
.Sq Li From:
.Sq Li From\&:
(or
.Sq Li To: ,
.Sq Li To\&: ,
if the message is from us).
.It Cm "%" Ns Oo Ar wd Oc Ns Cm "F"
The Maildir folder the message resides in.
@ -106,7 +106,7 @@ The Maildir folder the message resides in.
spaces per indentation depth in the thread tree.
.It Cm "%" Ns Oo Ar wd Oc Ns Cm "I"
The
.Sq Li "Message-ID:"
.Sq Li Message\&-ID\&:
of the message.
.It Cm "%M"
The raw Maildir flags of the message.
@ -125,22 +125,22 @@ The subject of the message (defaults to remaining width).
.It Cm "%" Ns Oo Ar wd Oc Ns Cm "S"
The subject of the message (defaults to remaining width),
with leading
.Sq Li "Re:" ,
.Sq Li "Fwd:"
.Sq Li Re\&: ,
.Sq Li Fwd\&:
etc. stripped.
.It Cm "%t"
A
.Sq Li \&>
if you are in
.Sq Li "To:" ,
.Sq Li To\&: ,
a
.Sq Li \&+
if you are in
.Sq Li "Cc:" ,
.Sq Li Cc\&: ,
a
.Sq Li \&:
if you are in
.Sq Li "Resent-To:" ,
.Sq Li Resent\&-To\&: ,
or a blank.
.It Cm "%u"
An
@ -169,13 +169,13 @@ A replied-to message
.Bl -tag -width 2n -compact
.It Li \&>
You are in
.Sq Li "To:" .
.Sq Li To\&: .
.It Li \&+
You are in
.Sq Li "Cc:" .
.Sq Li Cc\:& .
.It Li \&:
You are in
.Sq Li "Resent-To:" .
.Sq Li Resent\&-To\&: .
.El
.Sh ENVIRONMENT
.Bl -tag -width MBLAZE_PAGER

@ -71,10 +71,10 @@ will delete all headers starting with
and
.Sq Li "/from:to:cc/d"
will delete the headers
.Sq Li "From:" ,
.Sq Li "To:" ,
.Sq Li From\&: ,
.Sq Li To\&: ,
and
.Sq Li "Cc:" .
.Sq Li Cc\&: .
.It Oo Cm \&/ Ns Ar headers Ns Cm \&/ Oc Ns Ic s Ns Cm \&/ Ns Ar regex Ns Cm \&/ Ns Ar replacement Ns Cm \&/ Ns Op Ar flags
Substitute matches of the POSIX Basic Regular Expression
.Ar regex

@ -39,7 +39,7 @@ The options are as follows:
Display the headers in the colon-separated list
.Ar headers ,
instead of the default headers
.Sq Li from:subject:to:cc:date:reply-to: .
.Sq Li from\&:subject\&:to\&:cc\&:date\&:reply\&-to\&: .
.It Fl A Ar mimetypes
Define
.Sq Li "mixed/alternative"

@ -28,14 +28,14 @@ The options are as follows:
Reverse order.
.It Fl f
Sort by
.Sq Li From: .
.Sq Li From\&: .
.It Fl d
Sort by date.
.It Fl s
Sort by
.Sq Li Subject\&:
(modulo various variants of
.Sq Li Re: ) .
.Sq Li Re\&: ) .
.It Fl F
Sort by filename, using proper order for numbers in filenames.
.It Fl M

Loading…
Cancel
Save