Re: [PATCH 0/2] emacs: wash: word-wrap bugfix and tweak
[notmuch-archives.git] / 7a / f104f53bcfd718a02061745f5a80b70a66bc41
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 arlo.cworth.org (Postfix) with ESMTP id 035B96DE012F\r
6  for <notmuch@notmuchmail.org>; Sat,  6 Aug 2016 12:45:41 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.564\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.564 tagged_above=-999 required=5 tests=[AWL=-0.088,\r
12   SPF_NEUTRAL=0.652] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id XVVGSHudLXMm for <notmuch@notmuchmail.org>;\r
16  Sat,  6 Aug 2016 12:45:31 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18  by arlo.cworth.org (Postfix) with ESMTP id 5DE236DE00DF\r
19  for <notmuch@notmuchmail.org>; Sat,  6 Aug 2016 12:45:31 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21  by guru.guru-group.fi (Postfix) with ESMTP id 9508510005A;\r
22  Sat,  6 Aug 2016 22:45:06 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH 0/2] emacs: wash: word-wrap bugfix and tweak\r
26 In-Reply-To: <1470497374-17194-1-git-send-email-markwalters1009@gmail.com>\r
27 References: <1470497374-17194-1-git-send-email-markwalters1009@gmail.com>\r
28 User-Agent: Notmuch/0.22+56~ge2391a7 (https://notmuchmail.org) Emacs/24.5.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: Sat, 06 Aug 2016 22:45:06 +0300\r
34 Message-ID: <m2lh09adh9.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.20\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: <https://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: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
48  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Sat, 06 Aug 2016 19:45:41 -0000\r
50 \r
51 On Sat, Aug 06 2016, Mark Walters <markwalters1009@gmail.com> wrote:\r
52 \r
53 > Jani pointed out on irc that there was a bug in notmuch-tree that when\r
54 > a message very deep in a thread is viewed in the message pane it is\r
55 > wordwrapped too soon.\r
56 >\r
57 > This is actually a bug in notmuch-wash: it assumes that\r
58 > notmuch-show-indent-messages-width is 1, so that the indentation of\r
59 > the message is equal to its depth in the thread.\r
60 >\r
61 > The first patch fixes the bug, and uses the correct indentation.\r
62 >\r
63 > The second patch is a version of\r
64 > id:1467791251-6823-1-git-send-email-markwalters1009@gmail.com on\r
65 > on top of the first patch above.\r
66 >\r
67 > The first patch is a clear bugfix and can be applied on its own.\r
68 >\r
69 > The second is a change; I think the new version is the natural\r
70 > interpretation of notmuch-word-wrap-lines-length so have removed the\r
71 > old behaviour. See the message\r
72 > id:1467791251-6823-1-git-send-email-markwalters1009@gmail.com for more\r
73 > details of the change.\r
74 \r
75 The bugfix and the change both looks good to me. I have not (yet) tested\r
76 these for the time being...\r
77 \r
78 Tomi\r
79 \r
80 \r
81 >\r
82 > Best wishes\r
83 >\r
84 > Mark\r
85 >\r
86 >\r
87 >\r
88 >\r
89 >\r
90 > Mark Walters (2):\r
91 >   emacs: wash: word-wrap bugfix\r
92 >   emacs: wash: make word-wrap bound message width\r
93 >\r
94 >  emacs/notmuch-wash.el                                 | 10 ++++++----\r
95 >  ...w-thread-maildir-storage-with-fourfold-indentation | 19 ++++++++++++-------\r
96 >  ...ch-show-thread-maildir-storage-without-indentation |  8 ++++----\r
97 >  3 files changed, 22 insertions(+), 15 deletions(-)\r
98 >\r
99 > -- \r
100 > 2.1.4\r
101 >\r
102 > _______________________________________________\r
103 > notmuch mailing list\r
104 > notmuch@notmuchmail.org\r
105 > https://notmuchmail.org/mailman/listinfo/notmuch\r