From 8dd2dd58354f3fec2a948c3a007fc7fdb0ae6c73 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 20 Jun 2017 14:17:24 +0200 Subject: mmkdir: make official command --- man/mblaze.7 | 4 +++- man/mmkdir.1 | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 man/mmkdir.1 (limited to 'man') diff --git a/man/mblaze.7 b/man/mblaze.7 index 4af87af..ed1ab7d 100644 --- a/man/mblaze.7 +++ b/man/mblaze.7 @@ -25,7 +25,7 @@ to write and send mail .It Xr mdeliver 1 to deliver messages or import mailboxes .It Xr mdirs 1 -to find Maildirs +to find Maildir .It Xr mexport 1 to export mailboxes .It Xr mflag 1 @@ -43,6 +43,8 @@ to conveniently read mail in to list and filter mail messages .It Xr mmime 1 to create MIME messages +.It Xr mmkdir 1 +to create new Maildir .It Xr mpick 1 to filter mail .It Xr mrep 1 diff --git a/man/mmkdir.1 b/man/mmkdir.1 new file mode 100644 index 0000000..f2bfd0b --- /dev/null +++ b/man/mmkdir.1 @@ -0,0 +1,40 @@ +.Dd June 20, 2017 +.Dt MMKDIR 1 +.Os +.Sh NAME +.Nm mmkdir +.Nd create new Maildir +.Sh SYNOPSIS +.Nm +.Ar dirs\ ... +.Sh DESCRIPTION +.Nm +creates new Maildir. +.Pp +Parent directories are created as needed, and creating existing +Maildir is no error. +.Pp +New Maildir are created with permission 0700, i.e. +only readable and writable by the owner. +.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/ -- cgit 1.4.1