X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fforw.c;h=cd51fd1925c99c9aeb4047072850d352580c2792;hb=af586ebe59b73c23b2291624ab0015913c5a3687;hp=acf74c43ab403ed9f8969645200f4b89a416d138;hpb=f247cc1de541243bd1c1635e95c8772d45f9bc6e;p=mmh diff --git a/uip/forw.c b/uip/forw.c index acf74c4..cd51fd1 100644 --- a/uip/forw.c +++ b/uip/forw.c @@ -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; }