From: Jeffrey Stedfast Date: Fri, 9 Aug 2013 18:38:18 +0000 (+2000) Subject: Re: UTF-8 in mail headers (namely FROM) sent by bugzilla X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=15e7ebda1ae14e2e274e32ae712ccead8206a7f4;p=notmuch-archives.git Re: UTF-8 in mail headers (namely FROM) sent by bugzilla --- diff --git a/1b/5d37e26140dd1e509c1e72f333618d9f7316e5 b/1b/5d37e26140dd1e509c1e72f333618d9f7316e5 new file mode 100644 index 000000000..bb2bbb9ca --- /dev/null +++ b/1b/5d37e26140dd1e509c1e72f333618d9f7316e5 @@ -0,0 +1,94 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 175E8431FAF + for ; Fri, 9 Aug 2013 11:38:23 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id 1MrieDL-cUhB for ; + Fri, 9 Aug 2013 11:38:17 -0700 (PDT) +Received: from qmta04.westchester.pa.mail.comcast.net + (qmta04.westchester.pa.mail.comcast.net [76.96.62.40]) + by olra.theworths.org (Postfix) with ESMTP id 1561F431FAE + for ; Fri, 9 Aug 2013 11:38:17 -0700 (PDT) +Received: from omta22.westchester.pa.mail.comcast.net ([76.96.62.73]) + by qmta04.westchester.pa.mail.comcast.net with comcast + id Ab7f1m0041ap0As54ieGVC; Fri, 09 Aug 2013 18:38:16 +0000 +Received: from [192.168.1.104] ([24.91.170.86]) + by omta22.westchester.pa.mail.comcast.net with comcast + id AieE1m00y1sBWGw3iieFwR; Fri, 09 Aug 2013 18:38:16 +0000 +Message-ID: <5205371A.9030107@gnome.org> +Date: Fri, 09 Aug 2013 14:38:18 -0400 +From: Jeffrey Stedfast +User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; + rv:17.0) Gecko/20130801 Thunderbird/17.0.8 +MIME-Version: 1.0 +To: Jani Nikula +Subject: Re: UTF-8 in mail headers (namely FROM) sent by bugzilla +References: <289881190.1977918.1376058260231.JavaMail.root@sz0152a.westchester.pa.mail.comcast.net> <87bo56viyo.fsf@nikula.org> +In-Reply-To: <87bo56viyo.fsf@nikula.org> +Content-Type: text/plain; charset=ISO-8859-1; format=flowed +Content-Transfer-Encoding: 7bit +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; + s=q20121106; t=1376073496; + bh=Yi+DZ0SiwHjmLdsFzYOlawigzRgzjLmuZsoomXjNOBQ=; + h=Received:Received:Message-ID:Date:From:MIME-Version:To:Subject: + Content-Type; + b=qR5mjXGW1HnlNZXCj6xwp+XvKZZBnRzffs06QNP4M7/JeodaiJKuR8D10/VDKhSBl + usdHNlzWU/T5+jSGygFB6qW5RwWTNUpRYL2MnlxC8AAccGkAhqbwI8Do5pKMUIFKaO + zoYu5j/ahSXHGjpim9R7/GQLat4ESngrGjo4xJGVF6aMN82y2ntOflE1E4rkHSop/E + QCo/4h510sRN4cDnf8NHcI4TGRuh6r2vZL0BojIPlG/Rg7oIjQWKm8xJvswPDvSaQP + YgcgtFWD94wmFhlC7jVNeJaLEkiI8du4Kr1Zpcn9T5ChhQ8MUiz9kpDfnFRN+CQayT + PRm44MEomdCAw== +X-Mailman-Approved-At: Sat, 10 Aug 2013 02:26:45 -0700 +Cc: Eric Abrahamsen , + Notmuch Mail , + Daniel Kahn Gillmor +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Fri, 09 Aug 2013 18:38:23 -0000 + +On 8/9/2013 2:04 PM, Jani Nikula wrote: +> On Fri, 09 Aug 2013, stedfast@comcast.net wrote: +>> Hi guys, +>> +>> ( I'm the author of GMime for those that don't know) +>> +>> I just came across the notmuch thread (with the referenced Subject) +>> but unfortunately am not subscribed to the mailing list and so am +>> unable to reply to the list (hopefully no one minds me emailing them +>> directly!). I wanted to reach out and offer a possible solution to the +>> problem being discussed. +> Thanks for your mail; hopefully you don't mind me replying to the list! + +Don't mind at all! + +> +>> Passing the GMIME_ENABLE_RFC2047_WORKAROUNDS flag to g_mime_init() +>> *should* solve the decoding problem mentioned in the thread. This flag +>> should be safe to pass into g_mime_init() without any bad side effects +>> and my unit tests do test that code-path. +> Many thanks, this solves my issue with the subject lines. + +No problem! Glad it worked! + +Jeff +