* mu-cmd-server/mu-server.1: cleanup 'mkdir', add documentation

This commit is contained in:
djcb
2011-12-28 10:01:28 +01:00
parent b7faa8e5cf
commit a2aed887ba
2 changed files with 21 additions and 3 deletions

View File

@ -178,6 +178,16 @@ Using the \fBadd\fR command, we can add a message to the database.
<- (:info add :path <path> :docid <docid>)
.fi
.TP
.B mkdir
Using the \fBmkdir\fR command, we can create a new maildir.
.nf
-> mkdir <path>
<- (:info mkdir :message "<maildir> has been created")
.fi
.SH AUTHOR