From: Thomas Roessler Date: Sat, 19 Feb 2005 16:00:24 +0000 (+0000) Subject: Fix Debian 295528. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6654e66ee12f752d76c4b5bee54112d54f6f0b5;p=neomutt Fix Debian 295528. --- diff --git a/sendlib.c b/sendlib.c index c0d051c08..6d9720830 100644 --- a/sendlib.c +++ b/sendlib.c @@ -1168,6 +1168,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) {