Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 7b / c89433b3c7c687a0a588d7a5f436b3931a5228
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 2897D431FB6\r
6         for <notmuch@notmuchmail.org>; Wed, 14 Aug 2013 10:04:23 -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 L7nBQsy8c0bl for <notmuch@notmuchmail.org>;\r
16         Wed, 14 Aug 2013 10:04:16 -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 AC2F0431FAF\r
19         for <notmuch@notmuchmail.org>; Wed, 14 Aug 2013 10:04:16 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id B9B56100051;\r
22         Wed, 14 Aug 2013 20:04:10 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Austin Clements <amdragon@MIT.EDU>, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH 0/6] Clean up reply's encoding story\r
26 In-Reply-To: <1376332839-22825-1-git-send-email-amdragon@mit.edu>\r
27 References: <1376332839-22825-1-git-send-email-amdragon@mit.edu>\r
28 User-Agent: Notmuch/0.16+3~g340c058 (http://notmuchmail.org) Emacs/24.3.1\r
29         (x86_64-unknown-linux-gnu)\r
30 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
31         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
32         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
33 Date: Wed, 14 Aug 2013 20:04:10 +0300\r
34 Message-ID: <m2zjskjjat.fsf@guru.guru-group.fi>\r
35 MIME-Version: 1.0\r
36 Content-Type: text/plain\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Wed, 14 Aug 2013 17:04:23 -0000\r
50 \r
51 On Mon, Aug 12 2013, Austin Clements <amdragon@MIT.EDU> wrote:\r
52 \r
53 > Jeff Stedfast's email about gmime-filter-headers.c possibly being\r
54 > unnecessary with GMime 2.6 (quoted in id:87bo56viyo.fsf@nikula.org)\r
55 > sent me on a wild goose chase that led to this patch series.  It\r
56 > turned out that we *did* need gmime-filter-headers for what we were\r
57 > doing in the reply text format, but what we were doing made no sense.\r
58 > Patches 1 through 4 are simply the documentation and tests that I left\r
59 > in my wake and are harmless to push.  Patch 6 is my conclusion that\r
60 > how we were handling header encoding in the text reply format made no\r
61 > sense.  Patch 5 is a step toward patch 6, but makes sense on its own\r
62 > even if we decide against patch 6.\r
63 \r
64 The whole series Looks Good To Me (sans known hiccups). I tested the patch 6\r
65 affecting 'default' output of notmuch reply bot not json or sexp output\r
66 (which I found surprising as so much code was removed). All the explations\r
67 in id:1376332839-22825-7-git-send-email-amdragon@mit.edu makes good sense\r
68 (but fix also 'tmeplate').\r
69 \r
70 A slighly related note: ^M:s ^J:s (among other chars) don't get encoded\r
71 into =?utf-8?b?...?= ...\r
72 \r
73 ... also interestingly if U+202E (LEFT-TO-RIGHT OVERRIDE) is in (at least\r
74 From) header it disappears from `notmuch reply` default format. In json\r
75 and sexp format it disappears in 'reply-headers' but exists in 'headers'.\r
76 emacs client seems to use reply-headers as none of the header text lines\r
77 in buffer is  rendered RTL.\r
78 \r
79 \r
80 Tomi\r
81 \r
82 >\r
83 >\r
84 > _______________________________________________\r
85 > notmuch mailing list\r
86 > notmuch@notmuchmail.org\r
87 > http://notmuchmail.org/mailman/listinfo/notmuch\r