Re: Introducing ner: an ncurses based notmuch ui
authorMichael Forney <mforney@mforney.org>
Thu, 4 Nov 2010 20:48:05 +0000 (13:48 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:22 +0000 (09:37 -0800)
01/cc009f1e93f0838bb82da94ffd90a093f55bda [new file with mode: 0644]

diff --git a/01/cc009f1e93f0838bb82da94ffd90a093f55bda b/01/cc009f1e93f0838bb82da94ffd90a093f55bda
new file mode 100644 (file)
index 0000000..4de0828
--- /dev/null
@@ -0,0 +1,72 @@
+Return-Path: <mforney@mforney.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 4986240D155\r
+       for <notmuch@notmuchmail.org>; Thu,  4 Nov 2010 13:48:25 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -1.9\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
+       tests=[BAYES_00=-1.9] autolearn=ham\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 mfPk3hX5OtTo for <notmuch@notmuchmail.org>;\r
+       Thu,  4 Nov 2010 13:48:15 -0700 (PDT)\r
+Received: from mail.mforney.org (mforney.org [65.49.73.30])\r
+       by olra.theworths.org (Postfix) with ESMTP id 1395C40D160\r
+       for <notmuch@notmuchmail.org>; Thu,  4 Nov 2010 13:48:15 -0700 (PDT)\r
+Received: from localhost (hil-100-104.ResHall.Berkeley.EDU [169.229.100.104])\r
+       by mail.mforney.org (Postfix) with ESMTPSA id 5BDC438028;\r
+       Thu,  4 Nov 2010 13:50:25 -0700 (PDT)\r
+From: Michael Forney <mforney@mforney.org>\r
+Subject: Re: Introducing ner: an ncurses based notmuch ui\r
+To: Arian Kuschki <arian.kuschki@googlemail.com>, notmuch@notmuchmail.org\r
+References: <1288496694-ner-8599@novus>\r
+       <AANLkTi=_E5tvbkATfNQDLMdi=eFT8zKHfYBeoxAXyOBM@mail.gmail.com>\r
+In-Reply-To: <AANLkTi=_E5tvbkATfNQDLMdi=eFT8zKHfYBeoxAXyOBM@mail.gmail.com>\r
+Date: Thu, 04 Nov 2010 13:48:05 -0700\r
+Message-Id: <1288903685-ner-8240@novus>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\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, 04 Nov 2010 20:48:25 -0000\r
+\r
+On Thu, 04 Nov 2010 21:29:34 +0100, Arian Kuschki <arian.kuschki@googlemail.com> wrote:\r
+> Just wanted to say a big thank you for this. I have started using ner and am\r
+> really looking forward to further development. Two small points: I seem to\r
+> have some random cpu and mem usage sometimes when ner is (should be?) idle.\r
+> And second, as you seem to be using yaml for something (for what?), do you\r
+> intend to reuse sup's config file format? That would seem to be beneficial\r
+> both for users as well as for developers. Just my two cents. Thanks again,\r
+> Arian\r
+\r
+Thanks for your feedback!\r
+\r
+The only thing I can think of about the cpu and memory usage you are\r
+experiencing is that you have a SearchView open that is still collecting\r
+results from your query. When you open a new View, the old ones are\r
+still left in the background, and can be navigated to by pressing ';',\r
+which opens a list of currently open Views. Maybe there needs to be some\r
+way to open a new view, closing the current one, which may be desired\r
+behavior in some cases.\r
+\r
+Ner uses yaml for it's configuration (see ner.yaml.sample in the source\r
+directory). I'm not sure it's worth making the configuration files\r
+compatible, because there are several differences between ner and sup\r
+that make some options make sense for one and not the other.\r
+\r
+-- \r
+Michael Forney <mforney@mforney.org>\r