summary refs log tree commit diff
diff options
context:
space:
mode:
authorLarry Hynes <larry@larryhynes.com>2017-07-03 23:18:54 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-07-04 13:04:56 +0200
commit0c983b99cdfeee04fdffd1a06567d7c4b93667f1 (patch)
treed8d664466993b47b46906953fd179512e9f39f11
parent79e1c8d05526e3fe4388b73f568cdb03ff98a8e8 (diff)
downloadmblaze-0c983b99cdfeee04fdffd1a06567d7c4b93667f1.tar.gz
mblaze-0c983b99cdfeee04fdffd1a06567d7c4b93667f1.tar.xz
mblaze-0c983b99cdfeee04fdffd1a06567d7c4b93667f1.zip
Changes to mpick.1
- Else -> Otherwise
- 'the' standard input
- Tidy up msglist intro
- Couple of corrections

Closes: #61 [via git-merge-pr]
-rw-r--r--man/mpick.118
1 files changed, 9 insertions, 9 deletions
diff --git a/man/mpick.1 b/man/mpick.1
index ff3d26d..6c44f08 100644
--- a/man/mpick.1
+++ b/man/mpick.1
@@ -16,9 +16,9 @@ prints all matching messages.
 If used interactively,
 .Nm
 will default to the current sequence.
-Else,
+Otherwise,
 .Nm
-will read filenames from standard input.
+will read filenames from the standard input.
 .Pp
 The options are as follows:
 .Bl -tag -width Ds
@@ -33,10 +33,9 @@ see
 .Sh MSGLISTS
 .Nm
 message lists (msglist) are mostly compatible with
-.Xr mailx 1
-are message
-specifications used as shortened
-.Sx TESTS
+.Xr mailx 1 .
+They are message specifications used as shortened
+.Sx TESTS ,
 and can include:
 .Bl -tag -width Ds
 .It Ar n
@@ -55,14 +54,14 @@ All messages with
 .Ar string
 in the subject line (case ignored).
 .It Cm \&: Ns Ar c
-All message of type
+All messages of type
 .Ar c ,
 where
 .Ar c
 shall be one of:
 .Bl -tag -width Ds
 .It Cm D
-Drafted messages.
+Draft messages.
 .It Cm P
 Passed (resent, forwarded or bounced) messages.
 .It Cm R
@@ -154,7 +153,8 @@ to pick mails from the current sequence.
 .Pp
 A more advanced
 .Nm
-expressions to pick mails in a time span which are flagged as replied or not seen.
+expression to pick mails in a certain time span,
+which are flagged as replied or not seen.
 .Bd -literal -offset indent
 mpick -t 'date >= \&"2016-01-01\&" && date < \&"2017-01-01\&" && (replied || !seen)'
 .Ed