mhbuild: Removed -rfc934mode switch, which is only useful for non-MIME systems.
[mmh] / uip / mhoutsbr.c
index d517e6e..25495eb 100644 (file)
@@ -96,9 +96,6 @@ output_content(CT ct, FILE *out)
                struct multipart *m;
                struct part *part;
 
-               if (ct->c_rfc934)
-                       putc('\n', out);
-
                m = (struct multipart *) ct->c_ctparams;
                for (part = m->mp_parts; part; part = part->mp_next) {
                        CT p = part->mp_part;