mu/man/mu-mkdir.1

46 lines
890 B
Groff
Raw Normal View History

2012-07-19 19:44:49 +02:00
.TH MU MKDIR 1 "July 2012" "User Manuals"
2012-07-19 19:44:49 +02:00
.SH NAME
2012-07-19 19:44:49 +02:00
mu mkdir\- create a new Maildir
.SH SYNOPSIS
.B mu mkdir [options] <dir> [<dirs>]
.SH DESCRIPTION
2012-07-19 19:44:49 +02:00
\fBmu mkdir\fR is the \fBmu\fR command for creating Maildirs. It does
2010-11-30 07:31:59 +01:00
\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
2012-07-19 19:44:49 +02:00
creates three maildirs, \fItom\fR, \fIdick\fR and \fIharry\fR.
2012-07-19 19:44:49 +02:00
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>
2010-11-30 07:31:59 +01:00
set the file access mode for the new maildir(s) as in \fBchmod(1)\fR.
.SH BUGS
2010-11-30 07:31:59 +01:00
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"
2018-03-10 21:08:17 +01:00
.BR maildir (5),
.BR mu (1),
.BR chmod (1)