mirror of
https://github.com/leahneukirchen/mblaze
synced 2024-11-07 15:20:37 +00:00
3e2aca845d
- Use 'Maildir folders' instead of the pseudo-plural 'Maildir' - Clean up language Closes: #59 [via git-merge-pr]
42 lines
882 B
Groff
42 lines
882 B
Groff
.Dd June 20, 2017
|
|
.Dt MMKDIR 1
|
|
.Os
|
|
.Sh NAME
|
|
.Nm mmkdir
|
|
.Nd create new Maildir folders
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Ar dirs\ ...
|
|
.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/
|