Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id F2691431FBC for ; Thu, 26 Nov 2009 11:17:47 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fgg-Ldxed+Cr for ; Thu, 26 Nov 2009 11:17:47 -0800 (PST) Received: from mout.perfora.net (mout.perfora.net [74.208.4.194]) by olra.theworths.org (Postfix) with ESMTP id 6FD22431FAE for ; Thu, 26 Nov 2009 11:17:47 -0800 (PST) Received: from morlet.ev-en.org (baruch.xen.prgmr.com [64.71.167.210]) by mx.perfora.net (node=mxus0) with ESMTP (Nemesis) id 0Luvnd-1ODRHv1UMT-010c3V for notmuch@notmuchmail.org; Thu, 26 Nov 2009 14:17:46 -0500 Received: from [192.168.1.3] (bzq-79-176-241-216.red.bezeqint.net [79.176.241.216]) by morlet.ev-en.org (Postfix) with ESMTPS id 2290142DEFA; Thu, 26 Nov 2009 19:17:43 +0000 (UTC) Message-ID: <4B0ED44D.6010609@ev-en.org> Date: Thu, 26 Nov 2009 21:17:33 +0200 From: Baruch Even User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109) MIME-Version: 1.0 To: notmuch@notmuchmail.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [notmuch] A gtk interface X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2009 19:17:48 -0000 Hi, I've started to work on a Gtk+ interface to notmuch which uses the notmuch command line. Currently it is able to search threads and retag them. Next on the agenda is the ability to actually read the threads. If someone is interested, the code lives in http://github.com/baruch/notmuch-gtk and can be checked out from git://github.com/baruch/notmuch-gtk.git The recent streaming changes made things smoother. Though tagging is excessively slow if done on a thread-by-thread basis as I implemented it now. Baruch