3 TEMPDIR=`mktemp -d /tmp/nmh-test-XXXXXXXX`
4 echo $TEMPDIR > test-temp-dir
10 ./configure --prefix=$TEMPDIR --with-locking=fcntl
13 echo "Path: $TEMPDIR/Mail" > $TEMPDIR/mh_profile
16 MH=$TEMPDIR/mh_profile $TEMPDIR/bin/folder -create +inbox
20 cat > $TEMPDIR/Mail/inbox/$i <<EOF
21 From: Test$i <test$i@example.com>
22 To: Some User <user@example.com>
23 Date: Fri, 29 Sep 2006 00:00:00
24 Subject: Testing message $i
26 This is message number $i