Re: Avoiding the "huge INBOX of death"
[notmuch-archives.git] / da / 6a953e1117ad5bdbae98c5fc621cba0f9d563d
1 Return-Path: <dmitry.kurochkin@gmail.com>\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 243F8429E25\r
6         for <notmuch@notmuchmail.org>; Sun, 27 Nov 2011 20:06:48 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id 3jqi6qUGBVAc for <notmuch@notmuchmail.org>;\r
17         Sun, 27 Nov 2011 20:06:47 -0800 (PST)\r
18 Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com\r
19         [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 02C88431FB6\r
22         for <notmuch@notmuchmail.org>; Sun, 27 Nov 2011 20:06:46 -0800 (PST)\r
23 Received: by bkaq10 with SMTP id q10so8659653bka.26\r
24         for <notmuch@notmuchmail.org>; Sun, 27 Nov 2011 20:06:45 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=from:to:subject:in-reply-to:references:user-agent:date:message-id\r
27         :mime-version:content-type;\r
28         bh=CRk2+SZV9CLIk0dJeEYCqLwvAEBsezc9JPwb6G9VpZ0=;\r
29         b=G3tQUTwl3HmD5gkjSuljU5t/6hbk8e8zGrn7ajg7n9RdnSTov3gcjH7DCDpiD33ekk\r
30         W+YszA1+tIkEbmMLpGjLxn9XraTwdN9bFaDiSxph4NoYkMUKv5w9iSsRjVX+tlirEkFN\r
31         fbKHq3n8XUUfi1h97f9NWx3C2Yz39g22WgoIg=\r
32 Received: by 10.204.128.208 with SMTP id l16mr24379784bks.14.1322453205515;\r
33         Sun, 27 Nov 2011 20:06:45 -0800 (PST)\r
34 Received: from localhost ([91.144.186.21])\r
35         by mx.google.com with ESMTPS id z7sm26933786bka.1.2011.11.27.20.06.43\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Sun, 27 Nov 2011 20:06:43 -0800 (PST)\r
38 From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
39 To: Daniel Schoepe <daniel@schoepe.org>, David Bremner <david@tethera.net>,\r
40         notmuch@notmuchmail.org\r
41 Subject: Re: [PATCH v6 1/2] emacs: User-defined sections in notmuch-hello\r
42 In-Reply-To: <8762i9aaci.fsf@schoepe.localhost>\r
43 References: <87ippzysmv.fsf@steelpick.2x.cz>\r
44         <1318253982-23588-1-git-send-email-daniel@schoepe.org>\r
45         <1318253982-23588-2-git-send-email-daniel@schoepe.org>\r
46         <87aa7l8w2d.fsf@zancas.localnet> <8762i9aaci.fsf@schoepe.localhost>\r
47 User-Agent: Notmuch/0.10+45~g5da8b3d (http://notmuchmail.org) Emacs/23.3.1\r
48         (x86_64-pc-linux-gnu)\r
49 Date: Mon, 28 Nov 2011 08:06:21 +0400\r
50 Message-ID: <8739d8gabm.fsf@gmail.com>\r
51 MIME-Version: 1.0\r
52 Content-Type: text/plain; charset=us-ascii\r
53 X-BeenThere: notmuch@notmuchmail.org\r
54 X-Mailman-Version: 2.1.13\r
55 Precedence: list\r
56 List-Id: "Use and development of the notmuch mail system."\r
57         <notmuch.notmuchmail.org>\r
58 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
60 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
61 List-Post: <mailto:notmuch@notmuchmail.org>\r
62 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
63 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
64         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
65 X-List-Received-Date: Mon, 28 Nov 2011 04:06:48 -0000\r
66 \r
67 Hi Daniel.\r
68 \r
69 On Thu, 24 Nov 2011 15:01:01 +0100, Daniel Schoepe <daniel@schoepe.org> wrote:\r
70 > On Thu, 24 Nov 2011 09:54:50 -0400, David Bremner <david@tethera.net> wrote:\r
71 > > On Mon, 10 Oct 2011 15:39:41 +0200, Daniel Schoepe <daniel@schoepe.org> wrote:\r
72 > > > From: Daniel Schoepe <daniel.schoepe@googlemail.com>\r
73 > > > \r
74 > > > This patch makes the notmuch-hello screen fully customizable\r
75 > > > by allowing the user to add and remove arbitrary sections. It\r
76 > > > also provides some convenience functions for constructing sections,\r
77 > > > e.g. showing the unread message count for each tag.\r
78 > > > \r
79 > > \r
80 > > Yow, that is a big patch, I think it needs some more review.\r
81\r
82 > Yes; Unfortunately I didn't manage to come up with good partitioning\r
83 > into smaller patches, because the changes are quite interconnected.\r
84\r
85 > Is there something I can do to help with the review?\r
86\r
87 \r
88 Looking at earlier threads, I found an unanswered email from Austin [1].\r
89 IMO it has some good ideas and I would like to see your answer to it.\r
90 \r
91 Sorry if I just missed it.  Would appreciate a link if that is the case.\r
92 \r
93 Regards,\r
94   Dmitry\r
95 \r
96 [1] id:"BANLkTinKCLg1epsGvfxtyy-_G2Hm=gjUMQ@mail.gmail.com"\r
97 \r
98 > I think there's also one performance improvement written by Michal\r
99 > Sojka, that isn't included in this version yet, but since patches are\r
100 > getting applied more timely now, I guess that can be merged afterwards.\r
101\r
102 > Cheers,\r
103 > Daniel\r
104 > _______________________________________________\r
105 > notmuch mailing list\r
106 > notmuch@notmuchmail.org\r
107 > http://notmuchmail.org/mailman/listinfo/notmuch\r