Fix forw so it respects the -form switch again for non-digests.
authorKen Hornstein <kenh@pobox.com>
Fri, 6 Apr 2012 17:57:20 +0000 (13:57 -0400)
committerKen Hornstein <kenh@pobox.com>
Fri, 6 Apr 2012 17:57:20 +0000 (13:57 -0400)
uip/forw.c

index acf74c4..2741f69 100644 (file)
@@ -438,7 +438,8 @@ try_it_again:
        if (!form)
            form = digestcomps;
     } else {
-       form = forwcomps;
+       if (!form)
+           form = forwcomps;
     }
 
     dat[0] = digest ? issue : msgnum;