From f1c12a151fe2921987a9d6d9239c10c9bfbf3609 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Antoine=20Beaupr=C3=A9?= Date: Sun, 7 Feb 2016 16:20:49 +1900 Subject: [PATCH] Re: BUG: trouble with forwarding with accents --- ba/d16c0ce4a4d170d7ee84d65310ea2c93a91a8c | 98 +++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 ba/d16c0ce4a4d170d7ee84d65310ea2c93a91a8c diff --git a/ba/d16c0ce4a4d170d7ee84d65310ea2c93a91a8c b/ba/d16c0ce4a4d170d7ee84d65310ea2c93a91a8c new file mode 100644 index 000000000..a42b0e191 --- /dev/null +++ b/ba/d16c0ce4a4d170d7ee84d65310ea2c93a91a8c @@ -0,0 +1,98 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 74CC26DE09ED + for ; Sat, 6 Feb 2016 13:21:19 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.005 +X-Spam-Level: +X-Spam-Status: No, score=0.005 tagged_above=-999 required=5 tests=[AWL=0.004, + UNPARSEABLE_RELAY=0.001] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id G02ArJkKG8uW for ; + Sat, 6 Feb 2016 13:21:17 -0800 (PST) +Received: from bureau.koumbit.net (homere.koumbit.net [199.58.80.81]) + by arlo.cworth.org (Postfix) with ESMTPS id 316296DE0261 + for ; Sat, 6 Feb 2016 13:21:16 -0800 (PST) +Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: + anarcat@koumbit.org) with ESMTPSA id 97B1B25477C4 +Received: by localhost (Postfix, from userid 1000) + id 1A6DE6E0DD5; Sat, 6 Feb 2016 16:20:50 -0500 (EST) +From: Antoine =?utf-8?Q?Beaupr=C3=A9?= +To: David Edmondson , Notmuch Mail +Subject: Re: BUG: trouble with forwarding with accents +In-Reply-To: +References: <87vb62ixp9.fsf@angela.anarcat.ath.cx> + +User-Agent: Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Sat, 06 Feb 2016 16:20:49 -0500 +Message-ID: <8760y1v8lq.fsf@angela.anarcat.ath.cx> +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: quoted-printable +X-Mailman-Approved-At: Sat, 06 Feb 2016 13:47:34 -0800 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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, 06 Feb 2016 21:21:19 -0000 + +On 2016-02-06 12:14:57, David Edmondson wrote: +> On Fri, Feb 05 2016, Antoine Beaupr=C3=A9 wrote: +>> So I have an accent in my family name, as you can see from the From +>> header here. This has a tendency of finding the greatest and finest +>> UTF-8 bug, and often no one believes me because they don't have that +>> interesting property. +>> +>> Notmuch has been bugging me with such a problem for ages now. When I +>> forward a mail, the accents in my name (or in the signature inserted) +>> are broken. +> +> I tried to reproduce this (by modifying my name in .notmuch-config to +> include an accented character and then forwarding your mail), but +> everything worked fine (on "GNU Emacs 24.5.1 (x86_64-apple-darwin15.0.0, +> NS apple-appkit-1404.11) of 2015-10-05 on heart-of-gold"). +> +> It's tempting to ask whether or not you have any localisation or +> language settings in either your shell or emacs, but I probably wouldn't +> know how to interpret them even if so :-/ + +I have a french utf-8 locale: + +[997]anarcat@angela:~1$ locale +LANG=3Dfr_CA.UTF-8 +LANGUAGE=3D +LC_CTYPE=3D"fr_CA.UTF-8" +LC_NUMERIC=3D"fr_CA.UTF-8" +LC_TIME=3D"fr_CA.UTF-8" +LC_COLLATE=3D"fr_CA.UTF-8" +LC_MONETARY=3D"fr_CA.UTF-8" +LC_MESSAGES=3D"fr_CA.UTF-8" +LC_PAPER=3D"fr_CA.UTF-8" +LC_NAME=3D"fr_CA.UTF-8" +LC_ADDRESS=3D"fr_CA.UTF-8" +LC_TELEPHONE=3D"fr_CA.UTF-8" +LC_MEASUREMENT=3D"fr_CA.UTF-8" +LC_IDENTIFICATION=3D"fr_CA.UTF-8" +LC_ALL=3D + +In a terminal and in emacs. + +I am not sure if i have any emacs-specific l10n settings. + +a. +--=20 +"Faith" means not wanting to know what is true. + - Friedrich Nietzshe -- 2.26.2