]> git.marmaro.de Git - mmh/blobdiff - uip/forw.c
Fix forw so it respects the -form switch again for non-digests.
[mmh] / uip / forw.c
index acf74c43ab403ed9f8969645200f4b89a416d138..2741f69331c85170d50ff3191275b2a14ac34bba 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;