From 544b5cf54e13ae32369955993023de42939a4109 Mon Sep 17 00:00:00 2001 From: Eric Abrahamsen Date: Tue, 23 Jul 2013 17:30:28 +0800 Subject: [PATCH] Re: UTF-8 in mail headers (namely FROM) sent by bugzilla --- b5/180cffe37d95b525c2da0d9af820126409a710 | 82 +++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 b5/180cffe37d95b525c2da0d9af820126409a710 diff --git a/b5/180cffe37d95b525c2da0d9af820126409a710 b/b5/180cffe37d95b525c2da0d9af820126409a710 new file mode 100644 index 000000000..eafb3ead3 --- /dev/null +++ b/b5/180cffe37d95b525c2da0d9af820126409a710 @@ -0,0 +1,82 @@ +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 16C04431FBC + for ; Tue, 23 Jul 2013 02:35:16 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0.865 +X-Spam-Level: +X-Spam-Status: No, score=0.865 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_NONE=-0.0001, RCVD_NUMERIC_HELO=0.865] + 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 saP36eLK3la5 for ; + Tue, 23 Jul 2013 02:35:08 -0700 (PDT) +Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) + (using TLSv1 with cipher AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 52A5E431FB6 + for ; Tue, 23 Jul 2013 02:35:08 -0700 (PDT) +Received: from list by plane.gmane.org with local (Exim 4.69) + (envelope-from ) id 1V1Yzm-0001ie-R3 + for notmuch@notmuchmail.org; Tue, 23 Jul 2013 11:35:02 +0200 +Received: from 114.250.130.112 ([114.250.130.112]) + by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) + id 1AlnuQ-0007hv-00 + for ; Tue, 23 Jul 2013 11:35:02 +0200 +Received: from eric by 114.250.130.112 with local (Gmexim 0.1 (Debian)) + id 1AlnuQ-0007hv-00 + for ; Tue, 23 Jul 2013 11:35:02 +0200 +X-Injected-Via-Gmane: http://gmane.org/ +To: notmuch@notmuchmail.org +From: Eric Abrahamsen +Subject: Re: UTF-8 in mail headers (namely FROM) sent by bugzilla +Date: Tue, 23 Jul 2013 17:30:28 +0800 +Lines: 20 +Message-ID: <871u6psjwr.fsf@ericabrahamsen.net> +References: <08cb1dcd-c5db-4e33-8b09-7730cb3d59a2@gmail.com> +Mime-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: 8bit +X-Complaints-To: usenet@ger.gmane.org +X-Gmane-NNTP-Posting-Host: 114.250.130.112 +User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux) +Cancel-Lock: sha1:lsdtyYgLsbC9pm9G1lQqYR5xY30= +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: Tue, 23 Jul 2013 09:35:16 -0000 + +Franz Fellner +writes: + +> Hi, +> +> I have a problem with notmuch-vim (now: git master from 10 min. ago) +> (also with alot and ner, not with 'notmuch show' or notmuch-emacs). +> UTF-8-encoded From: (at least) does not show Umlauts but a weird +> encoded-string. +> Example: +> "Thomas Lübking" as one of the KWin devs comes in replies as +> =?UTF-8?Q?Thomas=20L=C3=BCbking=20?= +> In private conversations with Thomas everything is fine, so it seems to depend on the way bugzilla encodes the "From:". +> Subject is absolutely fine, btw. + +Looks like rfc 2047, which is a way of encoding non-ASCII characters in +message headers. Gmail does the same thing, and I've had to work around +that in emacs/gnus. + +http://www.ietf.org/rfc/rfc2047.txt + -- 2.26.2