about summary refs log tree commit diff
path: root/man/mblaze-profile.5
diff options
context:
space:
mode:
authorLarry Hynes <larry@larryhynes.com>2017-06-30 18:22:28 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-06-30 19:45:25 +0200
commit72ab0023748d617d4d717e6d834f420def0c388a (patch)
tree6ff7a68d5987b01ef810404db7f799542feec1c1 /man/mblaze-profile.5
parent768116b8b6c2a1d2404b0f290e68905a32c22f5b (diff)
downloadmblaze-72ab0023748d617d4d717e6d834f420def0c388a.tar.gz
mblaze-72ab0023748d617d4d717e6d834f420def0c388a.tar.xz
mblaze-72ab0023748d617d4d717e6d834f420def0c388a.zip
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

Closes: #45 [via git-merge-pr]
Diffstat (limited to 'man/mblaze-profile.5')
-rw-r--r--man/mblaze-profile.533
1 files changed, 17 insertions, 16 deletions
diff --git a/man/mblaze-profile.5 b/man/mblaze-profile.5
index b55d2c3..adf88d0 100644
--- a/man/mblaze-profile.5
+++ b/man/mblaze-profile.5
@@ -3,28 +3,29 @@
 .Os
 .Sh NAME
 .Nm mblaze-profile
-.Nd configuration and customization for mblaze message system
+.Nd configuration of the mblaze message system
 .Sh DESCRIPTION
 The
 .Xr mblaze 7
 message system can be configured with a
 .Pa profile
-configuration file,
-which usually resides in
+file,
+which is located in the directory
 .Pa ~/.mblaze
 (or
 .Ev MBLAZE
 if set.)
 .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
 .Pp
-You can use a key
+The key
 .Sq Cm \&#
-for comments:
+may be used to precede a comment:
 .Dl Li "#:" Ar comment
 .Pp
-Please bear in mind that empty lines will stop parsing.
+Please note that empty lines will halt parsing.
 .Pp
 The following
 .Ar key Ns s
@@ -51,28 +52,28 @@ to recognize messages sent to you.
 .It Li "Outbox:"
 If set,
 .Xr mcom 1
-will create the draft message in this Maildir,
-and not delete it after it has been sent.
+will create draft messages in this Maildir,
+and save messages there after sending.
 .It Li "Scan-Format:"
 The default format string for
 .Xr mscan 1 .
 .It Li "Sendmail:"
-The binary path used to send mail for
+The program that
 .Xr mcom 1
-(default:
+will call to send mail.
+(Default:
 .Sq Li sendmail ) .
 .It Li "Sendmail-Args:"
-The flags used to send mail with
+Flags to be passed to the
 .Li "Sendmail:"
-for
-.Xr mcom 1
-(default
+program.
+(Default:
 .Sq Fl t ) .
 .El
 .Sh ENVIRONMENT
 .Bl -tag -width Ds
 .It Ev MBLAZE
-Directory containing mblaze configuration.
+Directory containing mblaze configuration files.
 (Default:
 .Pa $HOME/.mblaze )
 .El