]> git.marmaro.de Git - mmh/blobdiff - config/config.c
Better mime types for attachments. Use some command; e.g. `file --mime'.
[mmh] / config / config.c
index cdf8f5a737c88ac511f57110fec8597176f5c3c6..3cc7305ea4f28614e16b969f7ba93a611373b55e 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";