X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhbuild.c;h=a233c685cd5dc1ea5217ba306b958b574f7a9a72;hp=fe3e946685f825f35d947159e88c91974c10120f;hb=6e4f8128fe078a3e54f5c92d27c31acc7b8f9fd8;hpb=04a3dfc70394a517a79340a7d3ecd9c6a23d0bee diff --git a/uip/mhbuild.c b/uip/mhbuild.c index fe3e946..a233c68 100644 --- a/uip/mhbuild.c +++ b/uip/mhbuild.c @@ -45,6 +45,7 @@ static struct swit switches[] = { { NULL, 0 } }; +char *version=VERSION; /* ** Directory to place tmp files. This must @@ -414,7 +415,7 @@ build_mime(char *infile) add_header(ct, np, vp); /* - ** We initally assume we will find multiple contents in the + ** We initially assume we will find multiple contents in the ** draft. So create a multipart/mixed content to hold everything. ** We can remove this later, if it is not needed. */ @@ -1276,13 +1277,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: