Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / dd / 2e04f42807c95c3c08a24d15ec68183f89b763
1 Return-Path: <bremner@unb.ca>\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 D571B431FBC\r
6         for <notmuch@notmuchmail.org>; Sat, 26 May 2012 06:31:34 -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 rilhG6PGKcNx for <notmuch@notmuchmail.org>;\r
16         Sat, 26 May 2012 06:31:33 -0700 (PDT)\r
17 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
18         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id F0900431FB6\r
21         for <notmuch@notmuchmail.org>; Sat, 26 May 2012 06:31:32 -0700 (PDT)\r
22 Received: from fctnnbsc30w-156034089108.dhcp-dynamic.fibreop.nb.bellaliant.net\r
23         ([156.34.89.108] helo=zancas.localnet)\r
24         by tesseract.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32)\r
25         (Exim 4.72) (envelope-from <bremner@unb.ca>)\r
26         id 1SYH5d-0000PU-A4; Sat, 26 May 2012 10:31:29 -0300\r
27 Received: from bremner by zancas.localnet with local (Exim 4.77)\r
28         (envelope-from <bremner@unb.ca>)\r
29         id 1SYH5X-0004PZ-UW; Sat, 26 May 2012 10:31:23 -0300\r
30 From: David Bremner <david@tethera.net>\r
31 To: Mark Walters <markwalters1009@gmail.com>, Peter Wang <novalazy@gmail.com>,\r
32         notmuch@notmuchmail.org\r
33 Subject: Re: [PATCH v4 2/4] cli: make --entire-thread=false work for\r
34         format=json.\r
35 In-Reply-To: <87txz3cpnf.fsf@qmul.ac.uk>\r
36 References: <1335258675-29439-1-git-send-email-markwalters1009@gmail.com>\r
37         <1335258675-29439-3-git-send-email-markwalters1009@gmail.com>\r
38         <20120526121556.GA2328@hili.localdomain>\r
39         <87txz3cpnf.fsf@qmul.ac.uk>\r
40 User-Agent: Notmuch/0.13+20~g97527b0 (http://notmuchmail.org) Emacs/23.4.1\r
41         (x86_64-pc-linux-gnu)\r
42 Date: Sat, 26 May 2012 10:31:23 -0300\r
43 Message-ID: <87ipfjt6fo.fsf@zancas.localnet>\r
44 MIME-Version: 1.0\r
45 Content-Type: text/plain; charset=us-ascii\r
46 X-Spam_bar: -\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: Sat, 26 May 2012 13:31:35 -0000\r
60 \r
61 Mark Walters <markwalters1009@gmail.com> writes:\r
62 \r
63 > On Sat, 26 May 2012, Peter Wang <novalazy@gmail.com> wrote:\r
64 >> On Tue, 24 Apr 2012 10:11:13 +0100, Mark Walters <markwalters1009@gmail.com> wrote:\r
65 >\r
66 > It is easy to change the keyword parsing code to allow this: I include a\r
67 > first draft of such a patch below. This would allow the solution you\r
68 > suggest and thus avoid the hack/abuse.  What do people think?\r
69 >\r
70 \r
71 It didn't carefully review it, but it looks sane enough at a quick\r
72 glance.\r
73 \r
74 d\r