Package Details: mutt-android-patch 1.5.21-8

Package Base: mutt-android-patch
Description: Mutt from Arch Linux with fix for Android MUA.
Upstream URL: http://www.mutt.org/
Category: network
Licenses: GPL
Submitter: Ambrevar
Maintainer: None
Last Packager: None
Votes: 0
First Submitted: 2012-09-27 15:31
Last Updated: 2012-10-02 14:59

Required by (0)

Sources

Latest Comments

Comment by Ambrevar

2012-10-02 15:00

Fixed 'noname attach' bug I introduced with my patch. Everything should work fine by now.

Comment by Ambrevar

2012-09-27 15:41

Mutt 1.5.21 adds the 'Content-Disposition' line to every mail's header. This is correct according to standard specified in RFC, but unfortunately Android's default MUA will misbehave with it, resulting in an empty mail body, while the actual content is seen in an attachment called "Unknown.txt".

This patch simply removes the whole code that generates the 'Content-Disposition' line. The 'toggle-disposition' function may not work as expected anymore. Still, that's perfectly OK for most users.