X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fwhatnowsbr.c;h=316c2c9c65c9ea3cc5c52c48427b4778e44b00b2;hb=ad3fe946829f332d241a789c4e7758d6f7aba003;hp=ddfc998ce3633d4d77f122ad0de845ed81887340;hpb=358131df8b64ef0c6020dbe9ec61e11cecdef356;p=mmh diff --git a/uip/whatnowsbr.c b/uip/whatnowsbr.c index ddfc998..316c2c9 100644 --- a/uip/whatnowsbr.c +++ b/uip/whatnowsbr.c @@ -176,10 +176,10 @@ WhatNow (int argc, char **argv) case HELPSW: snprintf (buf, sizeof(buf), "%s [switches] [file]", invo_name); print_help (buf, whatnowswitches, 1); - done (1); + done (0); case VERSIONSW: print_version(invo_name); - done (1); + done (0); case DFOLDSW: if (dfolder) @@ -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;