Table of Contents

Maildir

The maildir standard mailbox format is described in maildir(5).

Subfolder

Subfolders of a subfolder don't reside in the subfolder! I.e. the hierarchy ends on the subfolder level, all consecutive subfolders are constructed by using special names. See the following example:

$HOME/Maildir/cur
$HOME/Maildir/new
$HOME/Maildir/tmp

$HOME/Maildir/.Folder
$HOME/Maildir/.Folder/cur
$HOME/Maildir/.Folder/new
$HOME/Maildir/.Folder/tmp

$HOME/Maildir/.Folder.Sub
$HOME/Maildir/.Folder.Sub/cur
$HOME/Maildir/.Folder.Sub/new
$HOME/Maildir/.Folder.Sub/tmp

Here Sub is a subfolder of the subfolder Folder.

maildirmake(1)

Is a simple script to create maildirs or maildir subfolders.

Use the following command to create a subfolder inside a maildir:

maildirmake -f <SubfolderName> <PathToMaildir>