From: Ken Hornstein Date: Fri, 6 Apr 2012 17:57:20 +0000 (-0400) Subject: Fix forw so it respects the -form switch again for non-digests. X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=ea3eb80abd39479165c3d5437dd545e33e3f38cf;hp=b79408c1d5f45c6f8899e03c0836eb6c83d814ce;p=mmh Fix forw so it respects the -form switch again for non-digests. --- diff --git a/uip/forw.c b/uip/forw.c index acf74c4..2741f69 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;