X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2Fconfig.c;h=3cc7305ea4f28614e16b969f7ba93a611373b55e;hp=cdf8f5a737c88ac511f57110fec8597176f5c3c6;hb=3baec236a39c5c89a9bda8dbd988d643a21decc6;hpb=9c3137c1ca74a287703fdd1d940a1a1cce86e3b2 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";