Re: [PATCH 2/3] notmuch-mutt: support for messages that lack Message-ID headers
[notmuch-archives.git] / 20 / 49ddba4fe6903e102b80dc91a8b8098358f9d6
1 Return-Path: <np@nicolaspouillard.fr>\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 9FB82431FBD\r
6         for <notmuch@notmuchmail.org>; Tue, 19 Feb 2013 07:46:45 -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.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_NONE=-0.0001, UNPARSEABLE_RELAY=0.001]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id aCiK6z315aBo for <notmuch@notmuchmail.org>;\r
17         Tue, 19 Feb 2013 07:46:44 -0800 (PST)\r
18 Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129])\r
19         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id C29B0431FB6\r
22         for <notmuch@notmuchmail.org>; Tue, 19 Feb 2013 07:46:44 -0800 (PST)\r
23 Received: from fulvetta.riseup.net (fulvetta-pn.riseup.net [10.0.1.75])\r
24         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
25         (Client CN "*.riseup.net",\r
26         Issuer "Gandi Standard SSL CA" (not verified))\r
27         by mx1.riseup.net (Postfix) with ESMTPS id C5A1658C4D;\r
28         Tue, 19 Feb 2013 07:46:42 -0800 (PST)\r
29 Received: from [127.0.0.1] (localhost [127.0.0.1])\r
30         (Authenticated sender: nicolaspouillard@fulvetta.riseup.net)\r
31         with ESMTPSA id EEF23176\r
32 Content-Type: text/plain; charset="utf-8"\r
33 MIME-Version: 1.0\r
34 Content-Transfer-Encoding: quoted-printable\r
35 To: David Bremner <david@tethera.net>, John Lenz <lenz@math.uic.edu>,\r
36         notmuch@notmuchmail.org\r
37 From: Nicolas Pouillard <np@nicolaspouillard.fr>\r
38 In-Reply-To: <87txpb5b7o.fsf@zancas.localnet>\r
39 References: <20130214204917.12166.59790@hermes>\r
40         <87d2w2ml8n.fsf@endefensadelsl.org> <E1U6mAt-0003xW-5T@wuzzeb.org>\r
41         <20130216195946.21525.5975@mail-np.tu.ail>\r
42         <87txpb5b7o.fsf@zancas.localnet>\r
43 Message-ID: <20130219155005.2945.90450@mail-np.tu.ail>\r
44 User-Agent: alot/0.3.3+\r
45 Subject: Re: notmuch webmails\r
46 Date: Tue, 19 Feb 2013 16:50:05 +0100\r
47 X-Virus-Scanned: clamav-milter 0.97.6 at mx1\r
48 X-Virus-Status: Clean\r
49 Cc: bgmamari.foss@gmail.com\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Tue, 19 Feb 2013 15:46:45 -0000\r
63 \r
64 Quoting David Bremner (2013-02-17 14:19:55)\r
65 > Nicolas Pouillard <np@nicolaspouillard.fr> writes:\r
66 > =\r
67 \r
68 > > Quoting John Lenz (2013-02-16 19:07:47)\r
69 > =\r
70 \r
71 > >> Hi, I am working on one as well, but am further along.  I am starting\r
72 > >> to use it as my main interface.  I have table view of messages, a\r
73 > >> pager view, tagging and retagging, compose, compose with attachments,\r
74 > >> etc.  Combined with the "Its All Text" firefox plugin, it works\r
75 > >> pretty well.  I was planning on announcing in a week or so, but here\r
76 > >> is the code since this thread showed up.  I will work on some\r
77 > >> instructions on how to set it up soon, plus a little cleanup.\r
78 > >> =\r
79 \r
80 > >> https://bitbucket.org/wuzzeb/notmuch-web/src\r
81 > >\r
82 > > Wow in Haskell! I'm looking forward to try/use it.\r
83 > =\r
84 \r
85 > Interesting. I see you are calling out to the CLI.  Ben Gamari (in CC)\r
86 > was working on some Haskell bindings; I'm not sure how far he got. I\r
87 > think there were some conflicts between the memory models of talloc and\r
88 > Haskell.\r
89 \r
90 Calling the CLI has been of a direct use for me to run the webapp on a\r
91 different machine by simply having notmuch as a script using ssh.\r