Re: [notmuch] A gtk interface
authorBaruch Even <baruch@ev-en.org>
Thu, 26 Nov 2009 21:40:42 +0000 (23:40 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:44 +0000 (09:35 -0800)
96/7a27e5a1be824ad94a452d58a9fe94d89bc9b9 [new file with mode: 0644]

diff --git a/96/7a27e5a1be824ad94a452d58a9fe94d89bc9b9 b/96/7a27e5a1be824ad94a452d58a9fe94d89bc9b9
new file mode 100644 (file)
index 0000000..5998492
--- /dev/null
@@ -0,0 +1,79 @@
+Return-Path: <baruch@ev-en.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 2B62B431FBC\r
+       for <notmuch@notmuchmail.org>; Thu, 26 Nov 2009 13:40:52 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id WLIOoBD7bljP for <notmuch@notmuchmail.org>;\r
+       Thu, 26 Nov 2009 13:40:50 -0800 (PST)\r
+X-Greylist: delayed 8585 seconds by postgrey-1.32 at olra;\r
+       Thu, 26 Nov 2009 13:40:50 PST\r
+Received: from morlet.ev-en.org (baruch.xen.prgmr.com [64.71.167.210])\r
+       by olra.theworths.org (Postfix) with ESMTP id 4E6D8431FAE\r
+       for <notmuch@notmuchmail.org>; Thu, 26 Nov 2009 13:40:50 -0800 (PST)\r
+Received: from [192.168.1.3] (bzq-79-176-241-216.red.bezeqint.net\r
+       [79.176.241.216])\r
+       by morlet.ev-en.org (Postfix) with ESMTPS id 6598142DEFA;\r
+       Thu, 26 Nov 2009 21:40:48 +0000 (UTC)\r
+Message-ID: <4B0EF5DA.4050504@ev-en.org>\r
+Date: Thu, 26 Nov 2009 23:40:42 +0200\r
+From: Baruch Even <baruch@ev-en.org>\r
+User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109)\r
+MIME-Version: 1.0\r
+To: Carl Worth <cworth@cworth.org>\r
+References: <4B0ED44D.6010609@ev-en.org> <87tywhqbix.fsf@yoom.home.cworth.org>\r
+In-Reply-To: <87tywhqbix.fsf@yoom.home.cworth.org>\r
+Content-Type: text/plain; charset=ISO-8859-1; format=flowed\r
+Content-Transfer-Encoding: 7bit\r
+Cc: notmuch@notmuchmail.org\r
+Subject: Re: [notmuch] A gtk interface\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.12\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 26 Nov 2009 21:40:52 -0000\r
+\r
+Carl Worth wrote:\r
+> On Thu, 26 Nov 2009 21:17:33 +0200, Baruch Even <baruch@ev-en.org> wrote:\r
+>> I've started to work on a Gtk+ interface to notmuch which uses the \r
+>> notmuch command line. Currently it is able to search threads and retag \r
+>> them. Next on the agenda is the ability to actually read the threads.\r
+>>\r
+>> If someone is interested, the code lives in \r
+>> http://github.com/baruch/notmuch-gtk and can be checked out from \r
+>> git://github.com/baruch/notmuch-gtk.git\r
+> \r
+> Very interesting, Baruch!\r
+> \r
+> Thanks for contributing this!\r
+> \r
+> I thought at first that the tagging commands weren't working, but\r
+> quickly realized they were working but simply weren't updating the view\r
+> to show the added/removed tags.\r
+\r
+Yes. The UI has a lot of rough edges, the search needs to be cancelable, \r
+it needs to indicate that it's in progress and I also need to implement \r
+some logic to update the threads that were retagged. But I'm more \r
+interested in fleshing out the rest of the app to make it somewhat \r
+useful to me so I can start to really make use of it.\r
+\r
+> PS. I prefer a default search of "tag:inbox" rather than "tag:inbox and\r
+> tag:unread". Otherwise, there's not much reason for "notmuch new" to add\r
+> both tags.\r
+\r
+It was like that initially, I didn't even have a good reason to change \r
+it as I didn't have the ability to change tags. I'll probably change it \r
+back.\r
+\r
+Baruch\r