X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/358131df8b64ef0c6020dbe9ec61e11cecdef356..108ac3fa0df7dfd51988a15ff6355508172aa9bb:/uip/dist.c diff --git a/uip/dist.c b/uip/dist.c index 39fb07b1..b7799beb 100644 --- a/uip/dist.c +++ b/uip/dist.c @@ -89,7 +89,7 @@ main (int argc, char **argv) int anot = 0, inplace = 1, nedit = 0; int nwhat = 0, i, in, isdf = 0, out; int outputlinelen = OUTPUTLINELEN; - int dat[5], atfile = 1; + int dat[5], atfile = 0; char *cp, *cwd, *maildir, *msgnam, *dfolder = NULL; char *dmsg = NULL, *ed = NULL, *file = NULL, *folder = NULL; char *form = NULL, *msg = NULL, buf[BUFSIZ], drft[BUFSIZ]; @@ -122,10 +122,10 @@ main (int argc, char **argv) snprintf (buf, sizeof(buf), "%s [+folder] [msg] [switches]", invo_name); print_help (buf, switches, 1); - done (1); + done (0); case VERSIONSW: print_version(invo_name); - done (1); + done (0); case ANNOSW: anot++;