X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frepl.c;h=af147a12a5a1f375032a70732e47a21c5b34739f;hb=6cdade9983a7ebd5a5bb8296daa49d5475f07af8;hp=07ec48c0197532f4c74ffa7580f1dbd80096aa6d;hpb=bca1c9b36980c74f4dcc66a2d23e5d09083e0201;p=mmh diff --git a/uip/repl.c b/uip/repl.c index 07ec48c..af147a1 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -101,7 +101,7 @@ static int dftype=0; static char *badaddrs = NULL; static char *dfhost = NULL; -static struct mailname mq = { NULL }; +static struct mailname mq; static struct format *fmt; @@ -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;