logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mmkdir — create new maildir folders

Authors

       Leah Neukirchen <leah@vuxu.org>

Caveats

mmkdir does not support maildir++, you need to transform nested maildir++ folder names yourself.

Description

mmkdir creates new maildir folders.

       Parent directories are created as needed, and attempting to create an existing maildir is not an error.

       New maildir folders are created with mode 0700, i.e.  readable and writable by the owner only.

Exit Status

       The mmkdir utility exits 0 on success, and >0 if an error occurs.

License

mmkdir is in the public domain.

       To  the  extent  possible  under  law,  the  creator of this work has waived all copyright and related or
       neighboring rights to this work.

       http://creativecommons.org/publicdomain/zero/1.0/

Debian                                            June 20, 2017                                        MMKDIR(1)

Name

       mmkdir — create new maildir folders

See Also

mkdir(1)

       Usingmaildirformat: https://cr.yp.to/proto/maildir.html

Synopsis

mmkdirdir...

See Also