X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhbuild.c;h=ba4428f77aff7c9818f08979a560b0953fbb13df;hp=fe3e946685f825f35d947159e88c91974c10120f;hb=f721c7dba14ce0ed5042b8d212669014952aa324;hpb=04a3dfc70394a517a79340a7d3ecd9c6a23d0bee diff --git a/uip/mhbuild.c b/uip/mhbuild.c index fe3e946..ba4428f 100644 --- a/uip/mhbuild.c +++ b/uip/mhbuild.c @@ -1276,13 +1276,8 @@ scan_content(CT ct) case CT_TEXT: check8bit = 1; checkboundary = 1; - if (ct->c_subtype == TEXT_PLAIN) { - checklinelen = 0; - checklinespace = 0; - } else { - checklinelen = 1; - checklinespace = 1; - } + checklinelen = 1; + checklinespace = 1; break; case CT_MESSAGE: