]> diplodocus.org Git - nmh/blobdiff - test/mhmail/test-mhmail
Added debuging printouts.
[nmh] / test / mhmail / test-mhmail
index c773c04180637dddb0fd0182654a897ac070013b..bd03c780df1d4581d6436e77e830c8cb17db4286 100755 (executable)
@@ -17,6 +17,9 @@ fi
 # Find MIME type string, using mimetypeproc if configured with it.
 MIMETYPEPROC=`mhparam mimetypeproc`
 content_type_string() {
+echo $MIMETYPEPROC; $MIMETYPEPROC $1 # temporary, for debugging on OpenBSD
+ls -l dead.letter; /bin/rm -f dead.letter # temporary, for debugging on OpenBSD
+
   if test -z "$MIMETYPEPROC"; then
     echo "text/plain; name=\"`basename $1`\"; charset=\"us-ascii\""
   else