Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 64 / 594d006f95e994e07d075a3c622bcdaa502e20
1 Return-Path: <bremner@pivot.cs.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 62EDB431FBD\r
6         for <notmuch@notmuchmail.org>; Mon, 21 Dec 2009 10:01:12 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id 8NV3ketFIlMu for <notmuch@notmuchmail.org>;\r
11         Mon, 21 Dec 2009 10:01:11 -0800 (PST)\r
12 Received: from pivot.cs.unb.ca (pivot.cs.unb.ca [131.202.240.57])\r
13         by olra.theworths.org (Postfix) with ESMTP id 9FB14431FAE\r
14         for <notmuch@notmuchmail.org>; Mon, 21 Dec 2009 10:01:11 -0800 (PST)\r
15 Received: from\r
16         fctnnbsc30w-142167182194.pppoe-dynamic.high-speed.nb.bellaliant.net\r
17         ([142.167.182.194] helo=localhost)\r
18         by pivot.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32)\r
19         (Exim 4.69) (envelope-from <bremner@pivot.cs.unb.ca>)\r
20         id 1NMmZC-0004km-Q2; Mon, 21 Dec 2009 14:01:11 -0400\r
21 Received: from bremner by localhost with local (Exim 4.71)\r
22         (envelope-from <bremner@pivot.cs.unb.ca>)\r
23         id 1NMmZ7-0001fW-Dm; Mon, 21 Dec 2009 14:01:05 -0400\r
24 From: David Bremner <david@tethera.net>\r
25 To: Carl Worth <cworth@cworth.org>, notmuch@notmuchmail.org\r
26 In-Reply-To: <873a34tf8b.fsf@yoom.home.cworth.org>\r
27 References: <1261234524-25522-2-git-send-email-david@tethera.net>\r
28         <1261341081-26479-1-git-send-email-david@tethera.net>\r
29         <873a34tf8b.fsf@yoom.home.cworth.org>\r
30 Date: Mon, 21 Dec 2009 14:01:05 -0400\r
31 Message-ID: <8763805hr2.fsf@pivot.cs.unb.ca>\r
32 MIME-Version: 1.0\r
33 Content-Type: text/plain; charset=us-ascii\r
34 X-Sender-Verified: bremner@pivot.cs.unb.ca\r
35 Subject: Re: [notmuch] [PATCH] notmuch-query.el: new file to support access\r
36  to the notmuch database.\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.12\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: Mon, 21 Dec 2009 18:01:12 -0000\r
50 \r
51 On Mon, 21 Dec 2009 09:21:40 -0800, Carl Worth <cworth@cworth.org> wrote:\r
52 > I like that you're doing a new file, separate from our current\r
53 > notmuch.el. That file has already become extremely large and unwieldy\r
54 > and needs to be broken up.\r
55\r
56 > But to do that, I really want to get the emacs lisp files out of the\r
57 > top-level directory, (and down into contrib/emacs, say). And it might be\r
58 > nice to get some of the pending patches merged in before doing a big\r
59 > restructuring here.\r
60 \r
61 OK, I'll no doubt have at least one more version of this patch before it\r
62 get merged in.  I already have a few minor changes, but I'm using it in \r
63 "production" with the org-mode link stuff, so we'll see if that shakes\r
64 out any more issues.  I'll post an updated version if/when I see the\r
65 json output patches merged to master.  \r
66 \r
67 David\r
68 \r