X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fwhatnowsbr.c;fp=uip%2Fwhatnowsbr.c;h=8eeed10ed58c0943335526c49e36d60495ff11be;hp=0699fcee70abf22881d2c11b6b0299bc3097fbc2;hb=d3ba09a465cb0e5fc9a74d0b152a7ed965f895cb;hpb=b0b1dd37ff515578cf7cba51625189eb34a196cb diff --git a/uip/whatnowsbr.c b/uip/whatnowsbr.c index 0699fce..8eeed10 100644 --- a/uip/whatnowsbr.c +++ b/uip/whatnowsbr.c @@ -828,7 +828,7 @@ sendfile(char **arg, char *file, int pushsw) char *cp, *sp, *vec[MAXARGS]; /* Translate MIME composition file, if necessary */ - if ((cp = context_find("automimeproc")) && (!strcmp(cp, "1")) && + if ((cp = context_find("automimeproc")) && (strcmp(cp, "1")==0) && !getenv("NOMHNPROC") && check_draft(file) && (buildfile(NULL, file) == NOTOK)) return 0;