X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhbuildsbr.c;h=ec2c195a2c6a7ed85b05beb96e5718e24ac95531;hb=bfad64befb4d6696fdfb63b119666eec4bac6fb3;hp=0ebdaba6623722515119be86400d9884681866ec;hpb=9f8f8b1e1d553774865f2c177191c359c3dc652c;p=mmh diff --git a/uip/mhbuildsbr.c b/uip/mhbuildsbr.c index 0ebdaba..ec2c195 100644 --- a/uip/mhbuildsbr.c +++ b/uip/mhbuildsbr.c @@ -1358,12 +1358,11 @@ scan_content (CT ct) continue; if (contains8bit) { - t->tx_charset = CHARSET_UNKNOWN; *ap = concat ("charset=", write_charset_8bit(), NULL); } else { - t->tx_charset = CHARSET_USASCII; *ap = add ("charset=us-ascii", NULL); } + t->tx_charset = CHARSET_SPECIFIED; cp = strchr(*ap++, '='); *ap = NULL; @@ -1550,11 +1549,6 @@ skip_headers: switch (ct->c_encoding) { case CE_7BIT: /* Nothing to output */ -#if 0 - np = add (ENCODING_FIELD, NULL); - vp = concat (" ", "7bit", "\n", NULL); - add_header (ct, np, vp); -#endif break; case CE_8BIT: