2017-06-20 12:17:24 +00:00
|
|
|
.Dd June 20, 2017
|
|
|
|
.Dt MMKDIR 1
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm mmkdir
|
2018-02-04 18:07:15 +00:00
|
|
|
.Nd create new maildir folders
|
2017-06-20 12:17:24 +00:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
2018-02-04 18:07:15 +00:00
|
|
|
.Ar dir\ ...
|
2017-06-20 12:17:24 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
2018-02-04 18:07:15 +00:00
|
|
|
creates new maildir folders.
|
2017-06-20 12:17:24 +00:00
|
|
|
.Pp
|
2017-07-03 16:05:08 +00:00
|
|
|
Parent directories are created as needed,
|
|
|
|
and attempting to create an existing
|
2018-02-04 18:07:15 +00:00
|
|
|
maildir is not an error.
|
2017-06-20 12:17:24 +00:00
|
|
|
.Pp
|
2018-02-04 18:07:15 +00:00
|
|
|
New maildir folders are created with mode 0700, i.e.
|
2017-07-03 16:05:08 +00:00
|
|
|
readable and writable by the owner only.
|
2017-06-20 12:17:24 +00:00
|
|
|
.Sh EXIT STATUS
|
|
|
|
.Ex -std
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr mkdir 1
|
|
|
|
.Pp
|
|
|
|
.Lk https://cr.yp.to/proto/maildir.html "Using maildir format"
|
|
|
|
.Sh AUTHORS
|
|
|
|
.An Leah Neukirchen Aq Mt leah@vuxu.org
|
|
|
|
.Sh CAVEATS
|
|
|
|
.Nm
|
2018-02-04 18:07:15 +00:00
|
|
|
does not support maildir++,
|
|
|
|
you need to transform nested maildir++ folder names yourself.
|
2017-06-20 12:17:24 +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/
|