X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=config%2Fconfig.c;h=8d5bd7cd2d88de1334f841f1d6be4691a1d65d4b;hb=0a391e0c2c1509a98286212405c7bb8237cdaa12;hp=cdf8f5a737c88ac511f57110fec8597176f5c3c6;hpb=684ec30d81e1223a282764452f4902ed4ad1c754;p=mmh diff --git a/config/config.c b/config/config.c index cdf8f5a..8d5bd7c 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"; @@ -195,17 +198,17 @@ char *showmimeproc = NMHBINDIR"/mhshow"; ** changed to a pager (such as "more" or "less") if you prefer ** that such message not be filtered in any way. */ -char *showproc = NMHLIBDIR"/mhl"; +char *showproc = NMHBINDIR"/mhl"; /* ** This is the program (mhl) used to filter messages. It is ** used by mhshow to filter and display the message headers of -** MIME messages. It is used by repl/forw (with -filter) -** to filter the message to which you are replying/forwarding. +** MIME messages. It is used by repl (with -filter) +** to filter the message to which you are replying. ** It is used by send/spost (with -filter) to filter the message ** for "Bcc:" recipients. */ -char *mhlproc = NMHLIBDIR"/mhl"; +char *mhlproc = NMHBINDIR"/mhl"; /* ** This program is called after comp, et. al., have built a draft