Changes to mpick.1

- Else -> Otherwise
- 'the' standard input
- Tidy up msglist intro
- Couple of corrections

Closes: #61 [via git-merge-pr]
pull/62/head
Larry Hynes 7 years ago committed by Leah Neukirchen
parent 79e1c8d055
commit 0c983b99cd

@ -16,9 +16,9 @@ prints all matching messages.
If used interactively, If used interactively,
.Nm .Nm
will default to the current sequence. will default to the current sequence.
Else, Otherwise,
.Nm .Nm
will read filenames from standard input. will read filenames from the standard input.
.Pp .Pp
The options are as follows: The options are as follows:
.Bl -tag -width Ds .Bl -tag -width Ds
@ -33,10 +33,9 @@ see
.Sh MSGLISTS .Sh MSGLISTS
.Nm .Nm
message lists (msglist) are mostly compatible with message lists (msglist) are mostly compatible with
.Xr mailx 1 .Xr mailx 1 .
are message They are message specifications used as shortened
specifications used as shortened .Sx TESTS ,
.Sx TESTS
and can include: and can include:
.Bl -tag -width Ds .Bl -tag -width Ds
.It Ar n .It Ar n
@ -55,14 +54,14 @@ All messages with
.Ar string .Ar string
in the subject line (case ignored). in the subject line (case ignored).
.It Cm \&: Ns Ar c .It Cm \&: Ns Ar c
All message of type All messages of type
.Ar c , .Ar c ,
where where
.Ar c .Ar c
shall be one of: shall be one of:
.Bl -tag -width Ds .Bl -tag -width Ds
.It Cm D .It Cm D
Drafted messages. Draft messages.
.It Cm P .It Cm P
Passed (resent, forwarded or bounced) messages. Passed (resent, forwarded or bounced) messages.
.It Cm R .It Cm R
@ -154,7 +153,8 @@ to pick mails from the current sequence.
.Pp .Pp
A more advanced A more advanced
.Nm .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 .Bd -literal -offset indent
mpick -t 'date >= \&"2016-01-01\&" && date < \&"2017-01-01\&" && (replied || !seen)' mpick -t 'date >= \&"2016-01-01\&" && date < \&"2017-01-01\&" && (replied || !seen)'
.Ed .Ed

Loading…
Cancel
Save