]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/upstream/537061-dont-recode-saved-attachments.patch
adding the upstream bugs in the patch descriptions
[software/mutt-debian.git] / debian / patches / upstream / 537061-dont-recode-saved-attachments.patch
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
4
5 --- a/attach.c
6 +++ b/attach.c
7 @@ -807,7 +807,6 @@
8        STATE s;
9  
10        memset (&s, 0, sizeof (s));
11 -      s.flags |= M_CHARCONV;
12  
13        if ((s.fpout = mutt_save_attachment_open (path, flags)) == NULL)
14        {