X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f247cc1de541243bd1c1635e95c8772d45f9bc6e..af586ebe59b7:/uip/forw.c?ds=inline diff --git a/uip/forw.c b/uip/forw.c index acf74c43..cd51fd19 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; }