X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Frepl.c;h=b0956fcbd4b6667e6f616f4e7510ed4acffed132;hp=af147a12a5a1f375032a70732e47a21c5b34739f;hb=ee4f43cf2ef0084ec698e4e87159a94c01940622;hpb=8d77b48284c58c135a6b2787e721597346ab056d diff --git a/uip/repl.c b/uip/repl.c index af147a1..b0956fc 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -47,20 +47,16 @@ static struct swit switches[] = { { "noquery", 0 }, #define WHATSW 15 { "whatnowproc program", 0 }, -#define NWHATSW 16 - { "nowhatnowproc", 0 }, -#define VERSIONSW 17 +#define VERSIONSW 16 { "version", 0 }, -#define HELPSW 18 +#define HELPSW 17 { "help", 0 }, -#define FILESW 19 +#define FILESW 18 { "file file", 4 }, /* interface from msh */ - #ifdef MHE -#define BILDSW 20 +# define BILDSW 19 { "build", 5 }, /* interface from mhe */ #endif - { NULL, 0 } }; @@ -141,7 +137,7 @@ int main(int argc, char **argv) { int anot = 0; - int nedit = 0, nwhat = 0; + int nedit = 0; char *cp, *cwd, *maildir, *file = NULL; char *folder = NULL, *msg = NULL; char *ed = NULL, drft[BUFSIZ], buf[BUFSIZ]; @@ -225,15 +221,12 @@ main(int argc, char **argv) *whatnowproc == '-') adios(NULL, "missing argument to %s", argp[-2]); - nwhat = 0; continue; #ifdef MHE case BILDSW: buildsw++; /* fall... */ -#endif /* MHE */ - case NWHATSW: - nwhat++; continue; +#endif /* MHE */ case FILESW: if (file) @@ -363,7 +356,7 @@ main(int argc, char **argv) replout(in, drft, mp, mime, form, filter); fclose(in); - if (nwhat) + if (buildsw) done(0); what_now(ed, nedit, NOUSE, drft, msg, 0, mp, anot ? "Replied" : NULL, cwd);