#!/bin/sh
#

if [ -d  testdir ]; then
     rm -rf testdir
fi

if [ ! -d  ../tests/mail-archive ]; then
     mkdir ../tests/mail-archive
fi

if [ ! -d  ../tests/mail-archive/mailbox ]; then
     mkdir ../tests/mail-archive/mailbox
fi

cat test-msg | htestmail -v
