Skip to content

Commit

Permalink
upstream/537061-dont-recode-saved-attachments.patch: as the patch say…
Browse files Browse the repository at this point in the history
…s, see the patch for more info (Closes: 537061)
  • Loading branch information
aradici committed Jan 1, 2011
1 parent e0fe492 commit f0fc666
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian/changelog
Expand Up @@ -9,6 +9,8 @@ mutt (1.5.21-2) UNRELEASED; urgency=low
messages (Closes: 578087, 578583)
+ upstream/603288-split-fetches.patch: split FETCH's into smaller chunks,
workaround for Exchange 2010 (Closes: 603288)
+ upstream/537061-dont-recode-saved-attachments.patch: as the patch says,
see the patch for more info (Closes: 537061)
+ debian-specific/566076-build_doc_adjustments.patch: use w3m to build the
manual (Closes: 566076)
* debian/extra/lib/mailto-mutt: replaced by a wrapper, added the reason to
Expand Down
1 change: 1 addition & 0 deletions debian/patches/series
Expand Up @@ -43,6 +43,7 @@ upstream/383769-score-match.patch
upstream/578087-header-strchr.patch

upstream/603288-split-fetches.patch
upstream/537061-dont-recode-saved-attachments.patch
upstream/path_max

mutt.org
Expand Down
14 changes: 14 additions & 0 deletions debian/patches/upstream/537061-dont-recode-saved-attachments.patch
@@ -0,0 +1,14 @@
As a side effect of the fix for http://bugs.mutt.org/3234, mutt is recoding all
save attachments, this is causing problems; a proper fix for this issue is being
tracked on http://bugs.mutt.org/3293

--- a/attach.c
+++ b/attach.c
@@ -807,7 +807,6 @@
STATE s;

memset (&s, 0, sizeof (s));
- s.flags |= M_CHARCONV;

if ((s.fpout = mutt_save_attachment_open (path, flags)) == NULL)
{

0 comments on commit f0fc666

Please sign in to comment.