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
upstream/578087-header-strchr.patch
upstream/603288-split-fetches.patch
+upstream/537061-dont-recode-saved-attachments.patch
upstream/path_max
mutt.org
--- /dev/null
+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)
+ {