X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frepl.c;h=1a0e1430d881b0ea59eaf9d59446ab85d060b384;hb=e711cf1c50af5e151a721f6f1690474bc9ef658d;hp=5943857c0d92f55238785c78ef8c68e97537f468;hpb=a0b824f146a18ad99633addede9e81a470d4cb59;p=mmh diff --git a/uip/repl.c b/uip/repl.c index 5943857..1a0e143 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -424,7 +424,7 @@ replout(FILE *inb, char *msg, char *drft, struct msgs *mp, umask(mask); /* get new format string */ - cp = new_fs(form, NULL, NULL, NULL); + cp = new_fs(form, NULL); format_len = strlen(cp); /* compile format string */ @@ -596,7 +596,7 @@ finished: snprintf(buffer, sizeof buffer, "+%s %s", mp->foldpath, m_name(mp->lowsel)); - annotate(drft, attach_hdr, buffer, 0, -2, 1); + annotate(drft, attach_hdr, buffer, 0, -2, 1, 0); } /* return dynamically allocated buffers */ @@ -787,7 +787,7 @@ replfilter(FILE *in, FILE *out, char *filter) dup2(fileno(out), fileno(stdout)); closefds(3); - execlp(mhlproc, mhl, "-form", filter, "-noclear", NULL); + execlp(mhlproc, mhl, "-form", filter, NULL); errstr = strerror(errno); write(2, "unable to exec ", 15); write(2, mhlproc, strlen(mhlproc));