Changes to mblaze-profile.5

- SYNOPSIS: Delete 'and customization', change 'for' to 'of'
- Tidy up first few lines of DESCRIPTION
- Change wording for 'Outbox:'
- Change wording for 'Sendmail: and 'Sendmail-Args:'
- Add 'files' to 'configuration' in ENVIRONMENT
pull/45/head
Larry Hynes 7 years ago
parent 768116b8b6
commit 2344c9d3c6

@ -3,28 +3,29 @@
.Os .Os
.Sh NAME .Sh NAME
.Nm mblaze-profile .Nm mblaze-profile
.Nd configuration and customization for mblaze message system .Nd configuration of the mblaze message system
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Xr mblaze 7 .Xr mblaze 7
message system can be configured with a message system can be configured with a
.Pa profile .Pa profile
configuration file, file,
which usually resides in which is located in the directory
.Pa ~/.mblaze .Pa ~/.mblaze
(or (or
.Ev MBLAZE .Ev MBLAZE
if set.) if set.)
.Pp .Pp
This file consists of a RFC 2822 style header message with lines like .Pa profile
consists of lines, similar to RFC 2822 headers, in the form
.Dl Ar key Ns \&: Ar value .Dl Ar key Ns \&: Ar value
.Pp .Pp
You can use a key The key
.Sq Cm \&# .Sq Cm \&#
for comments: may be used to precede a comment:
.Dl Li "#:" Ar comment .Dl Li "#:" Ar comment
.Pp .Pp
Please bear in mind that empty lines will stop parsing. Please note that empty lines will halt parsing.
.Pp .Pp
The following The following
.Ar key Ns s .Ar key Ns s
@ -51,28 +52,28 @@ to recognize messages sent to you.
.It Li "Outbox:" .It Li "Outbox:"
If set, If set,
.Xr mcom 1 .Xr mcom 1
will create the draft message in this Maildir, will create draft messages in this Maildir,
and not delete it after it has been sent. and save messages there after sending.
.It Li "Scan-Format:" .It Li "Scan-Format:"
The default format string for The default format string for
.Xr mscan 1 . .Xr mscan 1 .
.It Li "Sendmail:" .It Li "Sendmail:"
The binary path used to send mail for The program that
.Xr mcom 1 .Xr mcom 1
(default: will call to send mail.
(Default:
.Sq Li sendmail ) . .Sq Li sendmail ) .
.It Li "Sendmail-Args:" .It Li "Sendmail-Args:"
The flags used to send mail with Flags to be passed to the
.Li "Sendmail:" .Li "Sendmail:"
for program.
.Xr mcom 1 (Default:
(default
.Sq Fl t ) . .Sq Fl t ) .
.El .El
.Sh ENVIRONMENT .Sh ENVIRONMENT
.Bl -tag -width Ds .Bl -tag -width Ds
.It Ev MBLAZE .It Ev MBLAZE
Directory containing mblaze configuration. Directory containing mblaze configuration files.
(Default: (Default:
.Pa $HOME/.mblaze ) .Pa $HOME/.mblaze )
.El .El

Loading…
Cancel
Save