~ubuntu-branches/ubuntu/quantal/maildir-utils/quantal

« back to all changes in this revision

Viewing changes to .pc/fix-manpages/man/mu-mkdir.1

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-03-15 08:45:56 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20120315084556-vqdvw8sgodo24aji
Tags: 0.9.8.2-1
* several new upstream versions
* b-d on libgmime-2.6-dev (Closes: #664001, #664006)
* bump standards version to 3.9.3, no changes necessary
* switch to source format 3.0 (quilt): debian/control, debian/rules
* maildir-utils depends on dpkg/install-info (lintian warning)
* fix man page lintian warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH MU MKDIR 1 "May 2011" "User Manuals"
 
2
 
 
3
.SH NAME 
 
4
 
 
5
mu mkdir\-  create a new Maildir 
 
6
 
 
7
.SH SYNOPSIS
 
8
 
 
9
.B mu mkdir [options] <dir> [<dirs>]
 
10
 
 
11
.SH DESCRIPTION
 
12
 
 
13
\fBmu mkdir\fR is the \fBmu\fR sub-command for creating Maildirs. It does
 
14
\fBnot\fR use the mu database. With the \fBmkdir\fR command, you can create
 
15
new Maildirs with permissions 0755. For example,
 
16
 
 
17
.nf
 
18
   mu mkdir tom dick harry
 
19
.fi
 
20
 
 
21
creates three Maildirs, \fItom\fR, \fIdick\fR and \fIharry\fR.
 
22
 
 
23
If creation fails for whatever reason, \fBno\fR attempt is made to remove any
 
24
parts that were created. This is for safety reasons.
 
25
 
 
26
.SH OPTIONS
 
27
 
 
28
.TP
 
29
\fB\-\-mode\fR=<mode>
 
30
set the file access mode for the new maildir(s) as in \fBchmod(1)\fR.
 
31
 
 
32
.SH BUGS
 
33
 
 
34
Please report bugs if you find them:
 
35
.BR http://code.google.com/p/mu0/issues/list
 
36
 
 
37
.SH AUTHOR
 
38
 
 
39
Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
 
40
 
 
41
.SH "SEE ALSO"
 
42
 
 
43
.BR maildir(5)
 
44
.BR mu(1)
 
45
.BR chmod(1)