Better mime types for attachments. Use some command; e.g. `file --mime'.
[mmh] / config / config.c
index cdf8f5a..3cc7305 100644 (file)
@@ -103,6 +103,9 @@ char *nmhaccessftp = "nmh-access-ftp";
 /* Default attachment header field name */
 char *attach_hdr = "Attach";
 
+/* the tool to query the mime type of a file */
+char *mimetypequery = "Mime-Type-Query";
+char *mimetypequeryproc = "file -b --mime";