]> diplodocus.org Git - nmh/blobdiff - uip/forw.c
Removed --depth 1 from git clone invocation.
[nmh] / uip / forw.c
index b575c05a8c335a4202d2be5e84532a6fb0402e2c..5194a5aab5cf13a4625db6cf25d4ea1c0f830ba2 100644 (file)
@@ -441,8 +441,8 @@ try_it_again:
        if (!form)
            form = digestcomps;
     } else {
-       if (!form)
-           form = forwcomps;
+       if (!form)
+           form = forwcomps;
     }
 
     dat[0] = digest ? issue : msgnum;
@@ -453,7 +453,7 @@ try_it_again:
 
 
     in = build_form (form, digest, dat, from, to, cc, fcc, subject,
-                    file ? file : fwdmsg);
+                    file ? file : fwdmsg);
 
     if ((out = creat (drft, m_gmprot ())) == NOTOK)
        adios (drft, "unable to create");