X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/80ec106609b472cffc2cf0d8ed4044b7f94da1fa..90f180082f34def5fe465cbfe8f7ee305f873ac7:/test/mhmail/test-mhmail diff --git a/test/mhmail/test-mhmail b/test/mhmail/test-mhmail index c773c041..a6a39176 100755 --- a/test/mhmail/test-mhmail +++ b/test/mhmail/test-mhmail @@ -16,7 +16,10 @@ fi # Find MIME type string, using mimetypeproc if configured with it. MIMETYPEPROC=`mhparam mimetypeproc` +file -i * # temporary, for debugging on OpenBSD content_type_string() { +echo $1 +echo $MIMETYPEPROC; $MIMETYPEPROC $1 # temporary, for debugging on OpenBSD if test -z "$MIMETYPEPROC"; then echo "text/plain; name=\"`basename $1`\"; charset=\"us-ascii\"" else