X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=config%2Fconfig.c;h=3cc7305ea4f28614e16b969f7ba93a611373b55e;hb=a00b90d9bf60cd3e6855a7632ee70cafb51c6327;hp=cdf8f5a737c88ac511f57110fec8597176f5c3c6;hpb=684ec30d81e1223a282764452f4902ed4ad1c754;p=mmh diff --git a/config/config.c b/config/config.c index cdf8f5a..3cc7305 100644 --- a/config/config.c +++ b/config/config.c @@ -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";