1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-21 06:56:48 +02:00
mu/man/mu-mkdir.1.org
Dirk-Jan C. Binnema 4b00ea0635 man: update man pages
Explicitly mention PCRE where appropriate.

Include section headers (through MAN_CLASS_OPTIONS)

Fix mu-easy manpage

Make date dynamic
2022-12-30 11:15:03 +02:00

847 B
Raw Blame History

MU MKDIR

NAME

mu mkdir - create a new Maildir

SYNOPSIS

mu [common-options] mkdir [options] <dir> [<dirs>]

DESCRIPTION

mu mkdir is the mu command for creating Maildirs. It does not* use the mu database. With the *mkdir command, you can create new Maildirs with *permissions 0755. For example,

$ mu mkdir tom dick harry

creates three maildirs, tom, dick and harry.

If creation fails for any reason, no attempt is made to remove any parts that were created. This is for safety reasons.

MKDIR OPTIONS

mode=<mode>

set the file access mode for the new maildir(s) as in chmod(1).

SEE ALSO

maildir(5), chmod(1)