Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 01 / cc009f1e93f0838bb82da94ffd90a093f55bda
1 Return-Path: <mforney@mforney.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 4986240D155\r
6         for <notmuch@notmuchmail.org>; Thu,  4 Nov 2010 13:48:25 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id mfPk3hX5OtTo for <notmuch@notmuchmail.org>;\r
16         Thu,  4 Nov 2010 13:48:15 -0700 (PDT)\r
17 Received: from mail.mforney.org (mforney.org [65.49.73.30])\r
18         by olra.theworths.org (Postfix) with ESMTP id 1395C40D160\r
19         for <notmuch@notmuchmail.org>; Thu,  4 Nov 2010 13:48:15 -0700 (PDT)\r
20 Received: from localhost (hil-100-104.ResHall.Berkeley.EDU [169.229.100.104])\r
21         by mail.mforney.org (Postfix) with ESMTPSA id 5BDC438028;\r
22         Thu,  4 Nov 2010 13:50:25 -0700 (PDT)\r
23 From: Michael Forney <mforney@mforney.org>\r
24 Subject: Re: Introducing ner: an ncurses based notmuch ui\r
25 To: Arian Kuschki <arian.kuschki@googlemail.com>, notmuch@notmuchmail.org\r
26 References: <1288496694-ner-8599@novus>\r
27         <AANLkTi=_E5tvbkATfNQDLMdi=eFT8zKHfYBeoxAXyOBM@mail.gmail.com>\r
28 In-Reply-To: <AANLkTi=_E5tvbkATfNQDLMdi=eFT8zKHfYBeoxAXyOBM@mail.gmail.com>\r
29 Date: Thu, 04 Nov 2010 13:48:05 -0700\r
30 Message-Id: <1288903685-ner-8240@novus>\r
31 MIME-Version: 1.0\r
32 Content-Type: text/plain\r
33 X-BeenThere: notmuch@notmuchmail.org\r
34 X-Mailman-Version: 2.1.13\r
35 Precedence: list\r
36 List-Id: "Use and development of the notmuch mail system."\r
37         <notmuch.notmuchmail.org>\r
38 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
39         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
40 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
41 List-Post: <mailto:notmuch@notmuchmail.org>\r
42 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
43 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
45 X-List-Received-Date: Thu, 04 Nov 2010 20:48:25 -0000\r
46 \r
47 On Thu, 04 Nov 2010 21:29:34 +0100, Arian Kuschki <arian.kuschki@googlemail.com> wrote:\r
48 > Just wanted to say a big thank you for this. I have started using ner and am\r
49 > really looking forward to further development. Two small points: I seem to\r
50 > have some random cpu and mem usage sometimes when ner is (should be?) idle.\r
51 > And second, as you seem to be using yaml for something (for what?), do you\r
52 > intend to reuse sup's config file format? That would seem to be beneficial\r
53 > both for users as well as for developers. Just my two cents. Thanks again,\r
54 > Arian\r
55 \r
56 Thanks for your feedback!\r
57 \r
58 The only thing I can think of about the cpu and memory usage you are\r
59 experiencing is that you have a SearchView open that is still collecting\r
60 results from your query. When you open a new View, the old ones are\r
61 still left in the background, and can be navigated to by pressing ';',\r
62 which opens a list of currently open Views. Maybe there needs to be some\r
63 way to open a new view, closing the current one, which may be desired\r
64 behavior in some cases.\r
65 \r
66 Ner uses yaml for it's configuration (see ner.yaml.sample in the source\r
67 directory). I'm not sure it's worth making the configuration files\r
68 compatible, because there are several differences between ner and sup\r
69 that make some options make sense for one and not the other.\r
70 \r
71 -- \r
72 Michael Forney <mforney@mforney.org>\r