X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8e028ee7c88aa47317066ad0d09d3de9567ebddd..683e0fb1a14da5b9ce7bc5db6e76951d14d79348:/uip/repl.c diff --git a/uip/repl.c b/uip/repl.c index f88d0c31..cc8a86b9 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -142,7 +142,7 @@ main (int argc, char **argv) int i, isdf = 0; int anot = 0, inplace = 1; int nedit = 0, nwhat = 0; - int atfile = 1; + int atfile = 0; int fmtproc = -1; char *cp, *cwd, *dp, *maildir, *file = NULL; char *folder = NULL, *msg = NULL, *dfolder = NULL; @@ -181,7 +181,7 @@ main (int argc, char **argv) done (0); case VERSIONSW: print_version(invo_name); - done (1); + done (0); case GROUPSW: groupreply++; @@ -451,8 +451,8 @@ try_it_again: if (nwhat) done (0); - what_now (ed, nedit, NOUSE, drft, atfile ? msg : NULL, 0, mp, - anot ? "Replied" : NULL, inplace, cwd); + what_now (ed, nedit, NOUSE, drft, msg, 0, mp, anot ? "Replied" : NULL, + inplace, cwd, atfile); done (1); return 1; }