man: update mu mkdir manpage

This commit is contained in:
Dirk-Jan C. Binnema 2023-07-19 08:48:57 +03:00
parent ba1e41fa70
commit fcc173de31
1 changed files with 13 additions and 10 deletions

View File

@ -1,7 +1,6 @@
#+TITLE: MU MKDIR #+TITLE: MU MKDIR
#+MAN_CLASS_OPTIONS: :section-id "@SECTION_ID@" :date "@MAN_DATE@" #+MAN_CLASS_OPTIONS: :section-id "@SECTION_ID@" :date "@MAN_DATE@"
* NAME * NAME
*mu mkdir* - create a new Maildir *mu mkdir* - create a new Maildir
@ -12,15 +11,10 @@
* DESCRIPTION * DESCRIPTION
*mu mkdir* is the *mu* command for creating Maildirs. It does not* use the mu *mu mkdir* is the command for creating Maildirs as per *maildir(5)*. A maildir is a
*database. With the *mkdir* command, you can create new Maildirs with a directory with subdirectories ~new~, ~cur~ and ~tmp~.
*permissions 0755. For example,
#+begin_example The command require or use the mu database.
$ mu mkdir tom dick harry
#+end_example
creates three maildirs, =tom=, =dick= and =harry=.
If creation fails for any reason, *no* attempt is made to remove any parts that If creation fails for any reason, *no* attempt is made to remove any parts that
were created. This is for safety reasons. were created. This is for safety reasons.
@ -28,10 +22,19 @@ were created. This is for safety reasons.
* MKDIR OPTIONS * MKDIR OPTIONS
** --mode=<mode> ** --mode=<mode>
set the file access mode for the new maildir(s) as in *chmod(1)*. set the file access mode for the new maildir(s) as in *chmod(1)*. The default
is 0755.
#+include: "common-options.inc" :minlevel 1 #+include: "common-options.inc" :minlevel 1
* EXAMPLE
#+begin_example
$ mu mkdir tom dick harry
#+end_example
creates three maildirs, =tom=, =dick= and =harry=.
#+include: "prefooter.inc" :minlevel 1 #+include: "prefooter.inc" :minlevel 1
* SEE ALSO * SEE ALSO