X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhbuildsbr.c;h=6a7443e9f11d0a9aa29ae6b8a34d81a7a06970cb;hb=7fd676d57355fd26c1127a79d9ba805973928316;hp=0ebdaba6623722515119be86400d9884681866ec;hpb=9f8f8b1e1d553774865f2c177191c359c3dc652c;p=mmh diff --git a/uip/mhbuildsbr.c b/uip/mhbuildsbr.c index 0ebdaba..6a7443e 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;