Re: Hi all
[notmuch-archives.git] / 84 / 209558321ee8e9f9e0fd66aad93bd9c95e9d22
1 Return-Path: <baruch@ev-en.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 F2691431FBC\r
6         for <notmuch@notmuchmail.org>; Thu, 26 Nov 2009 11:17:47 -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 fgg-Ldxed+Cr for <notmuch@notmuchmail.org>;\r
11         Thu, 26 Nov 2009 11:17:47 -0800 (PST)\r
12 Received: from mout.perfora.net (mout.perfora.net [74.208.4.194])\r
13         by olra.theworths.org (Postfix) with ESMTP id 6FD22431FAE\r
14         for <notmuch@notmuchmail.org>; Thu, 26 Nov 2009 11:17:47 -0800 (PST)\r
15 Received: from morlet.ev-en.org (baruch.xen.prgmr.com [64.71.167.210])\r
16         by mx.perfora.net (node=mxus0) with ESMTP (Nemesis)\r
17         id 0Luvnd-1ODRHv1UMT-010c3V for notmuch@notmuchmail.org;\r
18         Thu, 26 Nov 2009 14:17:46 -0500\r
19 Received: from [192.168.1.3] (bzq-79-176-241-216.red.bezeqint.net\r
20         [79.176.241.216])\r
21         by morlet.ev-en.org (Postfix) with ESMTPS id 2290142DEFA;\r
22         Thu, 26 Nov 2009 19:17:43 +0000 (UTC)\r
23 Message-ID: <4B0ED44D.6010609@ev-en.org>\r
24 Date: Thu, 26 Nov 2009 21:17:33 +0200\r
25 From: Baruch Even <baruch@ev-en.org>\r
26 User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109)\r
27 MIME-Version: 1.0\r
28 To: notmuch@notmuchmail.org\r
29 Content-Type: text/plain; charset=ISO-8859-1; format=flowed\r
30 Content-Transfer-Encoding: 7bit\r
31 Subject: [notmuch] A gtk interface\r
32 X-BeenThere: notmuch@notmuchmail.org\r
33 X-Mailman-Version: 2.1.12\r
34 Precedence: list\r
35 List-Id: "Use and development of the notmuch mail system."\r
36         <notmuch.notmuchmail.org>\r
37 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
38         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
39 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
40 List-Post: <mailto:notmuch@notmuchmail.org>\r
41 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
42 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
44 X-List-Received-Date: Thu, 26 Nov 2009 19:17:48 -0000\r
45 \r
46 Hi,\r
47 \r
48 I've started to work on a Gtk+ interface to notmuch which uses the \r
49 notmuch command line. Currently it is able to search threads and retag \r
50 them. Next on the agenda is the ability to actually read the threads.\r
51 \r
52 If someone is interested, the code lives in \r
53 http://github.com/baruch/notmuch-gtk and can be checked out from \r
54 git://github.com/baruch/notmuch-gtk.git\r
55 \r
56 The recent streaming changes made things smoother. Though tagging is \r
57 excessively slow if done on a thread-by-thread basis as I implemented it \r
58 now.\r
59 \r
60 Baruch\r