1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-21 06:56:48 +02:00
mu/man/mu-mkdir.1
djcb ffe25e6786 Update address for reporting issues
Use the github one instead of the (obsolete) google-code one.
2014-12-20 14:08:17 -08:00

46 lines
885 B
Groff

.TH MU MKDIR 1 "July 2012" "User Manuals"
.SH NAME
mu mkdir\- create a new Maildir
.SH SYNOPSIS
.B mu mkdir [options] <dir> [<dirs>]
.SH DESCRIPTION
\fBmu mkdir\fR is the \fBmu\fR command for creating Maildirs. It does
\fBnot\fR use the mu database. With the \fBmkdir\fR command, you can create
new Maildirs with permissions 0755. For example,
.nf
mu mkdir tom dick harry
.fi
creates three maildirs, \fItom\fR, \fIdick\fR and \fIharry\fR.
If creation fails for any reason, \fBno\fR attempt is made to remove any parts
that were created. This is for safety reasons.
.SH OPTIONS
.TP
\fB\-\-mode\fR=<mode>
set the file access mode for the new maildir(s) as in \fBchmod(1)\fR.
.SH BUGS
Please report bugs if you find them:
.BR https://github.com/djcb/mu/issues
.SH AUTHOR
Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
.SH "SEE ALSO"
.BR maildir(5)
.BR mu(1)
.BR chmod(1)