[RFC PATCH] test: add devel/test-in-docker.sh
[notmuch-archives.git] / cb / 1f55f2af76fce05ea349059eceb2f445c6c5e6
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 B3A40431FD8\r
6         for <notmuch@notmuchmail.org>; Wed, 16 May 2012 02:24:33 -0700 (PDT)\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 wncxeXOjlJaw for <notmuch@notmuchmail.org>;\r
16         Wed, 16 May 2012 02:24:29 -0700 (PDT)\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 F256B431FB6\r
19         for <notmuch@notmuchmail.org>; Wed, 16 May 2012 02:24:28 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id DA4E3100639; Wed, 16 May 2012 12:24:37 +0300 (EEST)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: Jani Nikula <jani@nikula.org>\r
24 Subject: Re: emacs complains about encoding?\r
25 In-Reply-To: <878vgsbprq.fsf@nikula.org>\r
26 References: <id:"878vgzrvik.fsf@beesknees.cern.ch">\r
27         <20120515194455.B7AD5100646@guru.guru-group.fi>\r
28         <878vgsbprq.fsf@nikula.org>\r
29 User-Agent: Notmuch/0.13~rc1+23~gefd2384 (http://notmuchmail.org) Emacs/23.1.1\r
30         (x86_64-redhat-linux-gnu)\r
31 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
32         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
33         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
34 Date: Wed, 16 May 2012 12:24:37 +0300\r
35 Message-ID: <m23970bhre.fsf@guru.guru-group.fi>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain; charset=us-ascii\r
38 Cc: notmuch@notmuchmail.org\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Wed, 16 May 2012 09:24:33 -0000\r
52 \r
53 On Wed, May 16 2012, Jani Nikula wrote:\r
54 \r
55 > Tomi Ollila <tomi.ollila@iki.fi> writes:\r
56 >> IT h\344ppens.\r
57 >>\r
58 >> Attempting to reply to this email should expose the problem.\r
59 >>\r
60 >> \304\344li\366 \344l\344 ly\366, \366\366li\344 l\344ikkyy.\r
61 \r
62 (\nnn text above hand-(query)-replaced)\r
63 \r
64 >\r
65 > The problem bisected to f6c170fabca8f39e74705e3813504137811bf162\r
66 > ("emacs: Correctly quote non-text/plain parts in reply"). The commit\r
67 > reverts cleanly, replying without it now.\r
68 >\r
69 > Tomi, it would be great if you could post your message as a patch to the\r
70 > test suite.\r
71 \r
72 Haa, It doesn't matter which is the original encoding of the message;\r
73 \r
74 notmuch reply id:20120515194455.B7AD5100646@guru.guru-group.fi\r
75 \r
76 where  notmuch show --format=raw ^^^  outputs (among other lines):\r
77 \r
78   Content-Type: text/plain; charset="iso-8859-1"\r
79   Content-Transfer-Encoding: quoted-printable\r
80 \r
81 and\r
82 \r
83 notmuch reply id:"878vgsbprq.fsf@nikula.org"\r
84 \r
85 where  notmuch show --format=raw ^^^  outputs (among other lines):\r
86 \r
87   Content-Type: text/plain; charset="utf-8"\r
88   Content-Transfer-Encoding: base64\r
89 \r
90 produce correct reply content, both in utf-8.\r
91 \r
92 So it is the emacs side which breaks replies.\r
93 \r
94 I'll see what kind of test cases I can create...\r
95 \r
96 >\r
97 > BR,\r
98 > Jani.\r
99 \r
100 Tomi\r