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 2135C431FBD for ; Sat, 5 Oct 2013 03:43:50 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 C-0u+HOrD5s9 for ; Sat, 5 Oct 2013 03:43:42 -0700 (PDT) Received: from mail-ee0-f46.google.com (mail-ee0-f46.google.com [74.125.83.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 6F5D3431FAF for ; Sat, 5 Oct 2013 03:43:42 -0700 (PDT) Received: by mail-ee0-f46.google.com with SMTP id c13so2256079eek.19 for ; Sat, 05 Oct 2013 03:43:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-type :content-transfer-encoding; bh=CV17c1oCAVq1ZLBg1rkDZCP4Lf6Y7JQeWmYoT8XrFYc=; b=KPJNgjXjpoAKXsIC8YuLATUszoxQDZqSYNk6WM044fb029rCS6g3Ddbd2tXQCk1/r0 3ab9t6cCvoPUnME39GhRL7LHjbFO6gMMWCTl/GXB183raQ0Ae4UluPDGVexZ1jhfbhy8 1SWxmzLSr1XpOWO8k7mwsvFbSPMGJOCFe3FjAATfGWi8peByXq8DYaGi1rK7vt7Gtn1D GYjSsWljGZBe9b9HmK51DgTiq13L7AS23ohIGfZGkTH3KkSPR1gKFej5TLjgTofw3kHf cR3YM3HuxGpMc8GKoJVvvQrbTMC2h1m+uy56j6xTTI4SVsqbGZpzf1q3TmzGSYK1GhD8 OYyQ== X-Gm-Message-State: ALoCoQngWYHaXSO+NjoFSJR60Cc2/owCLoHBD3upQTnk6dfTHoXtQGIdh/HjEExKMbdd1r/G3gwK X-Received: by 10.14.45.70 with SMTP id o46mr29826889eeb.19.1380969819748; Sat, 05 Oct 2013 03:43:39 -0700 (PDT) Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. [88.195.111.91]) by mx.google.com with ESMTPSA id h52sm38392876eez.3.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 05 Oct 2013 03:43:38 -0700 (PDT) From: Jani Nikula To: Franz Fellner , notmuch@notmuchmail.org Subject: Re: UTF-8 in mail headers (namely FROM) sent by bugzilla In-Reply-To: <08cb1dcd-c5db-4e33-8b09-7730cb3d59a2@gmail.com> References: <08cb1dcd-c5db-4e33-8b09-7730cb3d59a2@gmail.com> User-Agent: Notmuch/0.16+88~g563143a (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Sat, 05 Oct 2013 13:43:42 +0300 Message-ID: <871u40uhep.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Sat, 05 Oct 2013 10:43:50 -0000 On Tue, 23 Jul 2013, Franz Fellner wrote: > Hi, > > I have a problem with notmuch-vim (now: git master from 10 min. ago) (als= o with alot and ner, not with 'notmuch show' or notmuch-emacs). UTF-8-encod= ed From: (at least) does not show Umlauts but a weird encoded-string. > Example: > "Thomas L=C3=BCbking" as one of the KWin devs comes in replies as > =3D?UTF-8?Q?Thomas=3D20L=3DC3=3DBCbking=3D20?=3D > In private conversations with Thomas everything is fine, so it seems to d= epend on the way bugzilla encodes the "From:". > Subject is absolutely fine, btw. Please try the current master and see if it helps. Thanks. BR, Jani.