[PATCH v2 01/14] test: add known broken test for reply to message with multiple Cc...
[notmuch-archives.git] / 96 / d1fa3b7fa2fd60db02512b8e317d24a9324504
1 Return-Path: <tomi.ollila@iki.fi>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 78D03431FBD\r
6         for <notmuch@notmuchmail.org>; Tue,  4 Feb 2014 10:34:58 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id dVESNTEJFsQ5 for <notmuch@notmuchmail.org>;\r
16         Tue,  4 Feb 2014 10:34:51 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id E8B4B431FBC\r
19         for <notmuch@notmuchmail.org>; Tue,  4 Feb 2014 10:34:50 -0800 (PST)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id C6A16100033;\r
22         Tue,  4 Feb 2014 20:34:44 +0200 (EET)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: "W. Trevor King" <wking@tremily.us>\r
25 Subject: Re: [PATCH 00/17] nmbug-status: Python-3-compabitility and general\r
26         refactoring\r
27 In-Reply-To: <20140204174823.GS19935@odin.tremily.us>\r
28 References: <cover.1391424512.git.wking@tremily.us>\r
29         <m2ha8frjgg.fsf@guru.guru-group.fi>\r
30         <20140204005331.GQ14197@odin.tremily.us>\r
31         <m2fvnzp3uh.fsf@guru.guru-group.fi>\r
32         <20140204174823.GS19935@odin.tremily.us>\r
33 User-Agent: Notmuch/0.17+55~g4397960 (http://notmuchmail.org) Emacs/24.3.1\r
34         (x86_64-unknown-linux-gnu)\r
35 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
36         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
37         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
38 Date: Tue, 04 Feb 2014 20:34:44 +0200\r
39 Message-ID: <m2d2j2zpyz.fsf@guru.guru-group.fi>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain; charset=utf-8\r
42 Content-Transfer-Encoding: quoted-printable\r
43 Cc: notmuch@notmuchmail.org\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Tue, 04 Feb 2014 18:34:58 -0000\r
57 \r
58 On Tue, Feb 04 2014, "W. Trevor King" <wking@tremily.us> wrote:\r
59 \r
60 > On Tue, Feb 04, 2014 at 12:30:30PM +0200, Tomi Ollila wrote:\r
61 >> On Tue, Feb 04 2014, W. Trevor King wrote:\r
62 >> > On Mon, Feb 03, 2014 at 11:10:23PM +0200, Tomi Ollila wrote:\r
63 >> >>   File "devel/nmbug/nmbug-status", line 197, in _write_threads\r
64 >> >>     ).format(**message_display_data))\r
65 >> >>   File "/usr/lib64/python2.6/codecs.py", line 351, in write\r
66 >> >>     data, consumed =3D self.encode(object, self.errors)\r
67 >> >> UnicodeEncodeError: 'ascii' codec can't encode character u'\u017b' in\r
68 >> >>   position 176: ordinal not in range(128)\r
69 >> > =E2=80=A6\r
70 >>=20\r
71 >> LANG=3Den_US.UTF-8\r
72 >\r
73 > My current guess is that LANG is set in your terminal, but that you\r
74 > ran nmbug-status from a cron job where it wasn't set.  If that's the\r
75 > case, try adding:\r
76 >\r
77 >   export LANG=3Den_US.UTF-8\r
78 >\r
79 > to your cron job (or replace with whichever encoding you like).\r
80 \r
81 Yes guess is good, but incorrect I run it on the command line.\r
82 \r
83 Now I did the following:\r
84 \r
85 $ git remote add tremily git://tremily.us/notmuch.git\r
86 $ git fetch --all\r
87 $ git checkout nmbug-status-python3\r
88 \r
89 commit d64ef215b62fa74a96fdb4c93e1f6f7abf7c80c6\r
90 \r
91 and then rerun nmbug-status -- and I am still having the same problem.\r
92 I will investigate this further...\r
93 \r
94 > We don't care about the preferred language yet, but we could [1].\r
95 > There's actually not all that much that needs translating for\r
96 > nmbug-status.\r
97 \r
98 Yes, that is unfortunate that David (Taavetti in Finnish) did an uneducated\r
99 choice by choosing english as the preferred language. It should always\r
100 have been written in Finnish so we would not have this conversation >;)\r
101 \r
102 >\r
103 > Cheers,\r
104 > Trevor\r
105 >\r
106 > [1]: http://docs.python.org/3/library/gettext.html\r
107 \r
108 \r
109 Tomi\r