From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andreas_Bie=DFmann?= Date: Fri, 16 Nov 2012 08:20:50 +0100 Subject: [U-Boot] [U-Boot,1/3] nand: Clean up nand_util In-Reply-To: <1353025763.7487.15@snotra> References: <1708288193.587453.1352146546966.JavaMail.root@advansee.com> <20121116002211.GA6746@buserror.net> <1353025763.7487.15@snotra> Message-ID: <50A5E952.4050705@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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?= ");' --->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