
Dear Scott Wood,
On 16.11.12 01:29, Scott Wood wrote:
On 11/15/2012 06:22:11 PM, Scott Wood wrote:
On Mon, Nov 05, 2012 at 10:15:46AM -0000, =?utf-8?q?Beno=C3=AEt_Th=C3=A9baudeau_=3Cbenoit=2Ethebaudeau=40advans?==?utf-8?q?ee=2Ecom=3E?= wrote:
Sigh, it looks like either patchwork is mangling the From address or mutt is failing to understand something valid (I assume the latter since "git am" didn't seem to have a problem with it)... I don't see this encoding in the original e-mail.
patchwork has no influence her. AFAIK the mail header should only contain ASCII, therefore the 'From:' header content is itself encoded. This snippet manage to decode Benoîts name correctly:
---8<--- perl -MEncode -e 'binmode(STDOUT, ":utf8"); print Encode::decode("MIME-Header", "=?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= benoit.thebaudeau@advansee.com");' --->8---
git and even patchwork [1] can decode it, but it seems your mutt rule to setup the rely mail is broken. Maybe [2] can help here?
Best regards
Andreas Bießmann
[1] http://patchwork.ozlabs.org/project/uboot/list/?submitter=14629&state=* [2] http://www.michnet.de/mutt/#purgemail