1 As a side effect of the fix for http://bugs.mutt.org/3234, mutt is recoding all
2 save attachments, this is causing problems; a proper fix for this issue is being
3 tracked on http://bugs.mutt.org/3293
10 memset (&s, 0, sizeof (s));
11 - s.flags |= M_CHARCONV;
13 if ((s.fpout = mutt_save_attachment_open (path, flags)) == NULL)