X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fforw.c;h=cd51fd1925c99c9aeb4047072850d352580c2792;hb=6f9ad17b37a782a142df2f9c40dae64e4407a64c;hp=4541c10f2054d722e093115b4d9ec818dd3440bb;hpb=f5cbbbb68314176516f689cabf693ed49792d900;p=mmh diff --git a/uip/forw.c b/uip/forw.c index 4541c10..cd51fd1 100644 --- a/uip/forw.c +++ b/uip/forw.c @@ -130,7 +130,7 @@ main (int argc, char **argv) int msgp = 0, anot = 0, inplace = 1, mime = 0; int issue = 0, volume = 0, dashstuff = 0; int nedit = 0, nwhat = 0, i, in; - int out, isdf = 0, msgnum; + int out, isdf = 0, msgnum = 0; int outputlinelen = OUTPUTLINELEN; int dat[5]; char *cp, *cwd, *maildir, *dfolder = NULL; @@ -438,7 +438,8 @@ try_it_again: if (!form) form = digestcomps; } else { - form = forwcomps; + if (!form) + form = forwcomps; } dat[0] = digest ? issue : msgnum; @@ -498,7 +499,7 @@ try_it_again: if (nwhat) done (0); what_now (ed, nedit, NOUSE, drft, NULL, 0, mp, - anot ? "Forwarded" : NULL, inplace, cwd); + anot ? "Forwarded" : NULL, inplace, cwd, 0); done (1); return 1; }