How to create a Maildir
In the “trivial information that’s not easy to find” dept: creating a Maildir in one simple step.
mkdir -m 700 $MAILBOX/{,tmp,new,cur}
In the “trivial information that’s not easy to find” dept: creating a Maildir in one simple step.
mkdir -m 700 $MAILBOX/{,tmp,new,cur}