X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=sendlib.c;h=c0d204c2e6176627ba7a0119866add4f8ae1b270;hb=5c310cabcfafe551dcad7638c007daae1c7d3710;hp=5cdfcf4281fdc573802509ad182e26a3debb82dc;hpb=16ff93bd19515d67ea15468b4adb35395970a559;p=apps%2Fmadmutt.git diff --git a/sendlib.c b/sendlib.c index 5cdfcf4..c0d204c 100644 --- a/sendlib.c +++ b/sendlib.c @@ -1177,6 +1177,9 @@ static void transform_to_7bit (BODY *a, FILE *fpin) } else { + a->noconv = 1; + a->force_charset = 1; + mutt_mktemp (buff); if ((s.fpout = safe_fopen (buff, "w")) == NULL) {