2020-04-30 21:45:35 +00:00
|
|
|
.Dd April 30, 2020
|
2016-07-22 19:36:46 +00:00
|
|
|
.Dt MLIST 1
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm mlist
|
2018-02-04 17:36:14 +00:00
|
|
|
.Nd list and filter messages
|
2016-07-22 19:36:46 +00:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Op Fl DFPRST
|
|
|
|
.Op Fl X Ar str
|
|
|
|
.br
|
|
|
|
.Op Fl dfprst
|
|
|
|
.Op Fl x Ar str
|
|
|
|
.br
|
|
|
|
.Op Fl N | Fl n | Fl C | Fl c
|
|
|
|
.br
|
|
|
|
.Op Fl i
|
2016-12-13 14:21:00 +00:00
|
|
|
.Op Ar dirs\ ...
|
2016-07-22 19:36:46 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
2018-02-04 17:36:14 +00:00
|
|
|
lists messages in the specified maildir folders
|
2017-07-01 21:27:36 +00:00
|
|
|
.Ar dirs ,
|
2018-02-04 17:36:14 +00:00
|
|
|
separated by newlines.
|
|
|
|
If used non-interactively with no specified folders,
|
2016-12-13 14:21:00 +00:00
|
|
|
.Nm
|
2018-02-04 17:36:14 +00:00
|
|
|
reads directory names from the standard input.
|
2016-07-22 19:36:46 +00:00
|
|
|
.Pp
|
|
|
|
The options are as follows:
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl D
|
|
|
|
Only list messages marked as draft.
|
|
|
|
.It Fl F
|
|
|
|
Only list messages marked as flagged.
|
|
|
|
.It Fl P
|
2018-02-04 17:36:14 +00:00
|
|
|
Only list messages marked as passed
|
|
|
|
.Pq resent/forwarded/bounced .
|
2016-07-22 19:36:46 +00:00
|
|
|
.It Fl R
|
|
|
|
Only list messages marked as replied-to.
|
|
|
|
.It Fl S
|
|
|
|
Only list messages marked as seen.
|
|
|
|
.It Fl T
|
|
|
|
Only list messages marked as trashed.
|
|
|
|
.It Fl X Ar str
|
2017-06-30 14:04:55 +00:00
|
|
|
Only list messages marked with the characters in
|
2016-07-22 19:36:46 +00:00
|
|
|
.Ar str .
|
|
|
|
.It Fl d
|
|
|
|
Don't list messages marked as draft.
|
|
|
|
.It Fl f
|
|
|
|
Don't list messages marked as flagged.
|
|
|
|
.It Fl p
|
2018-02-04 17:36:14 +00:00
|
|
|
Don't list messages marked as passed
|
|
|
|
.Pq resent/forwarded/bounced .
|
2016-07-22 19:36:46 +00:00
|
|
|
.It Fl r
|
|
|
|
Don't list messages marked as replied-to.
|
|
|
|
.It Fl s
|
|
|
|
Don't list messages marked as seen.
|
|
|
|
.It Fl t
|
|
|
|
Don't list messages marked as trashed.
|
|
|
|
.It Fl x Ar str
|
2017-06-30 14:04:55 +00:00
|
|
|
Don't list messages marked with the characters in
|
2016-07-22 19:36:46 +00:00
|
|
|
.Ar str .
|
2018-02-04 17:36:14 +00:00
|
|
|
.Pq Remember to use uppercase characters.
|
2016-07-22 19:36:46 +00:00
|
|
|
.It Fl C
|
|
|
|
Only list messages in
|
|
|
|
.Pa cur .
|
|
|
|
.It Fl N
|
|
|
|
Only list messages in
|
|
|
|
.Pa new .
|
|
|
|
.It Fl c
|
|
|
|
Don't list messages in
|
|
|
|
.Pa cur .
|
|
|
|
.It Fl n
|
|
|
|
Don't list messages in
|
|
|
|
.Pa new .
|
|
|
|
.It Fl i
|
2017-08-20 15:11:22 +00:00
|
|
|
Don't print filenames.
|
|
|
|
Instead, print a one-line summary for each folder,
|
|
|
|
showing the number of unseen, flagged and total messages,
|
2017-07-01 21:27:36 +00:00
|
|
|
along with the folder name.
|
2020-04-30 21:45:35 +00:00
|
|
|
If any of the message selection flags are used,
|
|
|
|
the number of matching messages is printed as well.
|
2018-02-04 17:36:14 +00:00
|
|
|
If two or more folders are specified,
|
2020-04-30 21:45:35 +00:00
|
|
|
a total for all folders will also be printed at the end.
|
2016-07-22 19:36:46 +00:00
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
Multiple options are regarded as a conjunction.
|
|
|
|
.Sh EXIT STATUS
|
|
|
|
.Ex -std
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr find 1
|
|
|
|
.Pp
|
|
|
|
.Lk https://cr.yp.to/proto/maildir.html "Using maildir format"
|
|
|
|
.Sh AUTHORS
|
2017-01-21 16:17:12 +00:00
|
|
|
.An Leah Neukirchen Aq Mt leah@vuxu.org
|
2016-07-22 19:36:46 +00:00
|
|
|
.Sh LICENSE
|
|
|
|
.Nm
|
|
|
|
is in the public domain.
|
|
|
|
.Pp
|
|
|
|
To the extent possible under law,
|
|
|
|
the creator of this work
|
|
|
|
has waived all copyright and related or
|
|
|
|
neighboring rights to this work.
|
|
|
|
.Pp
|
|
|
|
.Lk http://creativecommons.org/publicdomain/zero/1.0/
|