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 2B62B431FBC for ; Thu, 26 Nov 2009 13:40:52 -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 WLIOoBD7bljP for ; Thu, 26 Nov 2009 13:40:50 -0800 (PST) X-Greylist: delayed 8585 seconds by postgrey-1.32 at olra; Thu, 26 Nov 2009 13:40:50 PST Received: from morlet.ev-en.org (baruch.xen.prgmr.com [64.71.167.210]) by olra.theworths.org (Postfix) with ESMTP id 4E6D8431FAE for ; Thu, 26 Nov 2009 13:40:50 -0800 (PST) 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 6598142DEFA; Thu, 26 Nov 2009 21:40:48 +0000 (UTC) Message-ID: <4B0EF5DA.4050504@ev-en.org> Date: Thu, 26 Nov 2009 23:40:42 +0200 From: Baruch Even User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109) MIME-Version: 1.0 To: Carl Worth References: <4B0ED44D.6010609@ev-en.org> <87tywhqbix.fsf@yoom.home.cworth.org> In-Reply-To: <87tywhqbix.fsf@yoom.home.cworth.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: notmuch@notmuchmail.org Subject: Re: [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 21:40:52 -0000 Carl Worth wrote: > On Thu, 26 Nov 2009 21:17:33 +0200, Baruch Even wrote: >> 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 > > Very interesting, Baruch! > > Thanks for contributing this! > > I thought at first that the tagging commands weren't working, but > quickly realized they were working but simply weren't updating the view > to show the added/removed tags. Yes. The UI has a lot of rough edges, the search needs to be cancelable, it needs to indicate that it's in progress and I also need to implement some logic to update the threads that were retagged. But I'm more interested in fleshing out the rest of the app to make it somewhat useful to me so I can start to really make use of it. > PS. I prefer a default search of "tag:inbox" rather than "tag:inbox and > tag:unread". Otherwise, there's not much reason for "notmuch new" to add > both tags. It was like that initially, I didn't even have a good reason to change it as I didn't have the ability to change tags. I'll probably change it back. Baruch