Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 64 / 9ae8fe37b821bf5752043b91b18ead8a63ac18
1 Return-Path: <dme@dme.org>\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 D6359429E25\r
6         for <notmuch@notmuchmail.org>; Thu, 12 Jan 2012 04:00:25 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 gSpBdWTGlTyt for <notmuch@notmuchmail.org>;\r
16         Thu, 12 Jan 2012 04:00:23 -0800 (PST)\r
17 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
18         [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id A2B99431FB6\r
21         for <notmuch@notmuchmail.org>; Thu, 12 Jan 2012 04:00:23 -0800 (PST)\r
22 Received: by werm12 with SMTP id m12so1513439wer.26\r
23         for <notmuch@notmuchmail.org>; Thu, 12 Jan 2012 04:00:22 -0800 (PST)\r
24 Received: by 10.216.136.195 with SMTP id w45mr1376087wei.20.1326369622130;\r
25         Thu, 12 Jan 2012 04:00:22 -0800 (PST)\r
26 Received: from hotblack-desiato.hh.sledj.net\r
27         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
28         by mx.google.com with ESMTPS id eu3sm8580958wib.6.2012.01.12.04.00.19\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Thu, 12 Jan 2012 04:00:20 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id B6F709FEE3; Thu, 12 Jan 2012 12:00:17 +0000 (GMT)\r
33 To: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>, notmuch@notmuchmail.org\r
34 Subject: Re: [PATCH] notmuch/emacs: Observe the charset of encoded parts,\r
35         where known.\r
36 In-Reply-To: <87k44ym6ka.fsf@gmail.com>\r
37 References: <1326279001-28427-1-git-send-email-dme@dme.org>\r
38         <87k44ym6ka.fsf@gmail.com>\r
39 User-Agent: Notmuch/0.10.2+186~gd0f7804 (http://notmuchmail.org)\r
40         Emacs/24.0.92.1 (x86_64-pc-linux-gnu)\r
41 From: David Edmondson <dme@dme.org>\r
42 Date: Thu, 12 Jan 2012 12:00:14 +0000\r
43 Message-ID: <cun8vldm8q9.fsf@hotblack-desiato.hh.sledj.net>\r
44 MIME-Version: 1.0\r
45 Content-Type: multipart/signed; boundary="=-=-=";\r
46         micalg=pgp-sha1; protocol="application/pgp-signature"\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Thu, 12 Jan 2012 12:00:26 -0000\r
60 \r
61 --=-=-=\r
62 Content-Type: text/plain\r
63 \r
64 On Wed, 11 Jan 2012 22:34:45 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmail.com> wrote:\r
65 > -1\r
66 \r
67 Which puts me back to 0 :-(\r
68 \r
69 > One particular issue with your patch is that it adds (incorrect) charset\r
70 > parameter to plain/text parts which are converted to UTF-8 in JSON\r
71 > output.\r
72 \r
73 Patches that break things should obviously not be accepted...\r
74 \r
75 > I already tried to solve the above problem using a more general approach\r
76 > (output all content-type parameters, not just charset) [1].  There was a\r
77 > lengthy discussion on IRC about it and it was rejected.  The consensus\r
78 > was that we need to make some more substantial changes to JSON and raw\r
79 > output formats to properly fix the issue (and the issue is more general\r
80 > than what this patch fixes, other content-type parameters are useful for\r
81 > renderers as well and should be included in the output).\r
82 \r
83 ...but a useful point fix should not be blocked by theoretical future\r
84 work.\r
85 \r
86 > I am planning to work on a proper fix for this issue, but decided to\r
87 > postpone it until Austin's rewrite of notmuch show is complete.\r
88 \r
89 If the UTF8 text/plain part issue can be resolved, would you be happier\r
90 to accept this as an interim fix whilst we wait for the more complete\r
91 solution?\r
92 \r
93 Nothing in the patch (so far) should make your proposed changes any\r
94 harder, so I'm not sure what the problem would be.\r
95 \r
96 --=-=-=\r
97 Content-Type: application/pgp-signature\r
98 \r
99 -----BEGIN PGP SIGNATURE-----\r
100 Version: GnuPG v1.4.11 (GNU/Linux)\r
101 \r
102 iEYEARECAAYFAk8Oy04ACgkQaezQq/BJZRZ7gQCeKNOpil82NY5+W/f4AT4wygbu\r
103 3YoAnRODCNCCuAeB+paFJsv7beShYII6\r
104 =PyOc\r
105 -----END PGP SIGNATURE-----\r
106 --=-=-=--\r