]> granicus.if.org Git - neomutt/commitdiff
Fix Debian 295528.
authorThomas Roessler <roessler@does-not-exist.org>
Sat, 19 Feb 2005 16:00:24 +0000 (16:00 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Sat, 19 Feb 2005 16:00:24 +0000 (16:00 +0000)
sendlib.c

index c0d051c08ecfb330c915fbb73ef10e2b4e7466ad..6d9720830e698dff502a159eb836c63520cca304 100644 (file)
--- 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) 
       {