#
# Check out more common case, one (or more) attachments
+start_test "out more common case, one (or more) attachments"
# along with message text.
#
#
# Check a completely empty message
+start_test "a completely empty message"
#
cat > "$draft" <<EOF
check "$draft" "$expected"
# check that blank line is inserted between header and content
+start_test "that blank line is inserted between header and content"
cat > "$MH_TEST_DIR/Mail/oneline" <<EOF
There needs to be a blank line before this content line.
[ ${failed:=0} -eq 0 ] && rm -f ${backup}
+finish_test
exit ${failed:-0}