X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Frepl.c;h=af147a12a5a1f375032a70732e47a21c5b34739f;hp=2c14224af15ee243801c87090ad83dcb34813bda;hb=ecb956c6724be7422b2d512dd6492f3cf3b8451a;hpb=d5b5e6e4813b7fd77dc1664df4304537f3002cf3 diff --git a/uip/repl.c b/uip/repl.c index 2c14224..af147a1 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -133,7 +133,7 @@ static char *addrcomps[] = { static void docc(char *, int); static int insert(struct mailname *); static void replfilter(FILE *, FILE *, char *); -static void replout(FILE *, char *, char *, struct msgs *, int, +static void replout(FILE *, char *, struct msgs *, int, char *, char *); @@ -360,7 +360,7 @@ main(int argc, char **argv) form = etcpath(replcomps); } - replout(in, msg, drft, mp, mime, form, filter); + replout(in, drft, mp, mime, form, filter); fclose(in); if (nwhat) @@ -403,7 +403,7 @@ docc(char *cp, int ccflag) static void -replout(FILE *inb, char *msg, char *drft, struct msgs *mp, +replout(FILE *inb, char *drft, struct msgs *mp, int mime, char *form, char *filter) { register int state, i;