X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=sendlib.c;h=c0d204c2e6176627ba7a0119866add4f8ae1b270;hb=5c310cabcfafe551dcad7638c007daae1c7d3710;hp=61b8a3993fb27c4a72f9661d7fe8e5051a723c2b;hpb=8518fe25efade712e3590e5b13537fb0021d4073;p=apps%2Fmadmutt.git diff --git a/sendlib.c b/sendlib.c index 61b8a39..c0d204c 100644 --- a/sendlib.c +++ b/sendlib.c @@ -18,6 +18,10 @@ #define _SENDLIB_C 1 +#if HAVE_CONFIG_H +# include "config.h" +#endif + #include "mutt.h" #include "mutt_curses.h" #include "rfc2047.h" @@ -1173,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) {