mirror of
https://github.com/leahneukirchen/mblaze
synced 2024-11-09 19:10:32 +00:00
e7344c41d6
Closes: #105 [via git-merge-pr]
42 lines
881 B
Groff
42 lines
881 B
Groff
.Dd June 20, 2017
|
|
.Dt MMKDIR 1
|
|
.Os
|
|
.Sh NAME
|
|
.Nm mmkdir
|
|
.Nd create new maildir folders
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Ar dir\ ...
|
|
.Sh DESCRIPTION
|
|
.Nm
|
|
creates new maildir folders.
|
|
.Pp
|
|
Parent directories are created as needed,
|
|
and attempting to create an existing
|
|
maildir is not an error.
|
|
.Pp
|
|
New maildir folders are created with mode 0700, i.e.
|
|
readable and writable by the owner only.
|
|
.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
|
|
does not support maildir++,
|
|
you need to transform nested maildir++ folder names yourself.
|
|
.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/
|