mirror of
https://github.com/leahneukirchen/mblaze
synced 2024-11-11 13:10:32 +00:00
f8fa6a1e0e
Idea by Mario Domgoergen <mdom@taz.de>. Closes #159.
52 lines
890 B
Groff
52 lines
890 B
Groff
.Dd July 22, 2016
|
|
.Dt MDIRS 1
|
|
.Os
|
|
.Sh NAME
|
|
.Nm mdirs
|
|
.Nd list maildir folders, recursively
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Op Fl 0
|
|
.Ar dirs\ ...
|
|
.Sh DESCRIPTION
|
|
.Nm
|
|
recursively scans the given
|
|
.Ar dirs
|
|
for maildir
|
|
.Pq and maildir++
|
|
folders and prints them,
|
|
separated by newlines.
|
|
.Pp
|
|
To
|
|
.Nm ,
|
|
a maildir folder is a directory containing
|
|
the directories
|
|
.Pa cur
|
|
and
|
|
.Pa new .
|
|
By the maildir++ convention, nested maildir folder
|
|
names must begin with
|
|
.Sq Li \&. .
|
|
.Pp
|
|
The options are as follows:
|
|
.Bl -tag -width Ds
|
|
.It Fl 0
|
|
Print folders separated by a NUL character.
|
|
.El
|
|
.Sh EXIT STATUS
|
|
.Ex -std
|
|
.Sh SEE ALSO
|
|
.Xr find 1
|
|
.Sh AUTHORS
|
|
.An Leah Neukirchen Aq Mt leah@vuxu.org
|
|
.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/
|