Re: bug#6214: 23.1; json-read-string crashes emacs with long string
[notmuch-archives.git] / f8 / a2ed68918baeea963792b6e26d7ebf5bb2c1f0
1 Return-Path: <cworth@cworth.org>\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 3A1EE431FC0;\r
6         Thu, 26 Nov 2009 12:25:25 -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 j9OhgaeoR9Ac; Thu, 26 Nov 2009 12:25:24 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id 81C66431FAE;\r
13         Thu, 26 Nov 2009 12:25:24 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Baruch Even <baruch@ev-en.org>, notmuch@notmuchmail.org\r
16 In-Reply-To: <4B0ED44D.6010609@ev-en.org>\r
17 References: <4B0ED44D.6010609@ev-en.org>\r
18 Date: Thu, 26 Nov 2009 12:25:10 -0800\r
19 Message-ID: <87tywhqbix.fsf@yoom.home.cworth.org>\r
20 MIME-Version: 1.0\r
21 Content-Type: text/plain; charset=us-ascii\r
22 Subject: Re: [notmuch] A gtk interface\r
23 X-BeenThere: notmuch@notmuchmail.org\r
24 X-Mailman-Version: 2.1.12\r
25 Precedence: list\r
26 List-Id: "Use and development of the notmuch mail system."\r
27         <notmuch.notmuchmail.org>\r
28 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
29         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
30 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
31 List-Post: <mailto:notmuch@notmuchmail.org>\r
32 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
33 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
34         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
35 X-List-Received-Date: Thu, 26 Nov 2009 20:25:25 -0000\r
36 \r
37 On Thu, 26 Nov 2009 21:17:33 +0200, Baruch Even <baruch@ev-en.org> wrote:\r
38 > I've started to work on a Gtk+ interface to notmuch which uses the \r
39 > notmuch command line. Currently it is able to search threads and retag \r
40 > them. Next on the agenda is the ability to actually read the threads.\r
41\r
42 > If someone is interested, the code lives in \r
43 > http://github.com/baruch/notmuch-gtk and can be checked out from \r
44 > git://github.com/baruch/notmuch-gtk.git\r
45 \r
46 Very interesting, Baruch!\r
47 \r
48 Thanks for contributing this!\r
49 \r
50 I thought at first that the tagging commands weren't working, but\r
51 quickly realized they were working but simply weren't updating the view\r
52 to show the added/removed tags.\r
53 \r
54 Anyway, it will be very interesting to watch this stuff.\r
55 \r
56 -Carl\r
57 \r
58 PS. I prefer a default search of "tag:inbox" rather than "tag:inbox and\r
59 tag:unread". Otherwise, there's not much reason for "notmuch new" to add\r
60 both tags.\r