logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mu-mkdir - create a new Maildir

Author

       Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>

Common Options

-d,--debug
       Makes  mu  generate  extra  debug information, useful for debugging the program itself. Debug information
       goes to the standard logging location; see mu(1).

   -q,--quiet
       Causes mu not to output informational messages and progress information to standard output, but  only  to
       the log file. Error messages will still be sent to standard error. Note that muindex is much faster with
       --quiet, so it is recommended you use this option when using mu from scripts etc.

   --log-stderr
       Causes  mu  to  not  output  log  messages to standard error, in addition to sending them to the standard
       logging location.

   --nocolor
       Do not use ANSI colors. The environment variable NO_COLOR can be used as an alternative to --nocolor.

   -V,--version
       Prints mu version and copyright information.

   -h,--help
       Lists the various command line options.

Description

mumkdir  is  the  command  for  creating  Maildirs  as  per maildir(5). A maildir is a a directory with
       subdirectories new, cur and tmp.

       The command does not use the mu database.

       If creation fails for any reason, no attempt is made to remove any parts that were created. This  is  for
       safety reasons.

Example

              $ mu mkdir tom dick harry

       creates three maildirs, tom, dick and harry.

Mkdir Options

--modemode
       Set the file access mode for the new maildir(s) as in chmod(1). The default is 0755.

Name

       mu-mkdir - create a new Maildir

Reporting Bugs

       Please report bugs at https://github.com/djcb/mu/issues.

See Also

maildir(5), chmod(1)

                                                                                                     MUMKDIR(1)

Synopsis

mu [COMMON-OPTIONS] mkdir [OPTIONS] DIR...

See Also