summaryrefslogtreecommitdiffstats
path: root/mkmaildir
blob: ca753ed3c3240d49add76ea5728b4b3395d09c98 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ -z "$1" ]; then
  echo "usage: $1 <dir>"
  exit
fi

mkdir $1/{new,cur,tmp}