]> git.marmaro.de Git - mmh/blobdiff - uip/whatnowsbr.c
Can't use -ansi with gcc 4.5.3 on Cygwin, at least through setup
[mmh] / uip / whatnowsbr.c
index bb1e6b4aafba17ced1ccaa865e94800294c23b58..316c2c9c65c9ea3cc5c52c48427b4778e44b00b2 100644 (file)
@@ -821,14 +821,12 @@ sendfile (char **arg, char *file, int pushsw)
     /* Translate MIME composition file, if necessary */
     if ((cp = context_find ("automimeproc"))
            && (!strcmp (cp, "1"))
-           && !getenv ("NOMHNPROC")
            && check_draft (file)
            && (buildfile (NULL, file) == NOTOK))
        return 0;
 
     /* For backwards compatibility */
     if ((cp = context_find ("automhnproc"))
-           && !getenv ("NOMHNPROC")
            && check_draft (file)
            && (i = editfile (&cp, NULL, file, NOUSE, NULL, NULL, NULL, 0, 0)))
        return 0;