[PATCH v3 4/7] Add internal functions to search for alternate doc types
[notmuch-archives.git] / aa / 774e1cb6269b1335655b51bab921250397b45a
1 Return-Path: <dme@dme.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 E89F7429E45\r
6         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 03:34:04 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\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 KwEs2F6vFo0U for <notmuch@notmuchmail.org>;\r
16         Mon, 16 Jan 2012 03:34:04 -0800 (PST)\r
17 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
18  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  45AD4429E40    for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 03:34:04 -0800\r
21  (PST)\r
22 Received: by wgbdr13 with SMTP id dr13so92739wgb.2\r
23         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 03:34:03 -0800 (PST)\r
24 Received: by 10.180.88.229 with SMTP id bj5mr19260552wib.5.1326713643132;\r
25         Mon, 16 Jan 2012 03:34:03 -0800 (PST)\r
26 Received: from hotblack-desiato.hh.sledj.net\r
27         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
28         by mx.google.com with ESMTPS id eb2sm11561086wib.0.2012.01.16.03.34.00\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Mon, 16 Jan 2012 03:34:01 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id 707C69FD88; Mon, 16 Jan 2012 11:33:59 +0000 (GMT)\r
33 To: Michal Sojka <sojkam1@fel.cvut.cz>, Daniel Schoepe <daniel@schoepe.org>,\r
34         notmuch@notmuchmail.org\r
35 Subject: Re: [PATCH] emacs-hello: Do not calculate the count of the messages\r
36  in\r
37 In-Reply-To: <87fwixasq4.fsf@steelpick.2x.cz>\r
38 References: <87ippzysmv.fsf@steelpick.2x.cz>\r
39         <1318253982-23588-1-git-send-email-daniel@schoepe.org>\r
40         <87fwixasq4.fsf@steelpick.2x.cz>\r
41 User-Agent: Notmuch/0.11+64~g42e8f66 (http://notmuchmail.org) Emacs/24.0.92.1\r
42         (x86_64-pc-linux-gnu)\r
43 From: David Edmondson <dme@dme.org>\r
44 Date: Mon, 16 Jan 2012 11:33:59 +0000\r
45 Message-ID: <cunhazv51aw.fsf@hotblack-desiato.hh.sledj.net>\r
46 MIME-Version: 1.0\r
47 Content-Type: multipart/signed; boundary="=-=-=";\r
48         micalg=pgp-sha1; protocol="application/pgp-signature"\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Mon, 16 Jan 2012 11:34:05 -0000\r
62 \r
63 --=-=-=\r
64 Content-Type: text/plain\r
65 Content-Transfer-Encoding: quoted-printable\r
66 \r
67 On Thu, 13 Oct 2011 16:09:23 +0200, Michal Sojka <sojkam1@fel.cvut.cz> wrot=\r
68 e:\r
69 > On Mon, 10 Oct 2011, Daniel Schoepe wrote:\r
70 > > Fixed that and rebased against master.\r
71 >=20\r
72 > Hi Daniel,\r
73 >=20\r
74 > I've an improvement for your patches. Recently, I decided to speed up\r
75 > notmuch hello startup times and I found that hiding a section does not\r
76 > eliminate the execution of "notmuch count" commands for buttons in the\r
77 > hidden section. The following patch (applies on top of v5) should fix\r
78 > it. Now I can enjoy blazingly fast notmuch startup, because I have only\r
79 > one section shown. :-)\r
80 >=20\r
81 > Another improvement could be the addition of [hide] button for saved\r
82 > searches sections.\r
83 \r
84 Daniel, will you include this in your next version? (I'd like to mark it\r
85 'obsolete'.)\r
86 \r
87 --=-=-=\r
88 Content-Type: application/pgp-signature\r
89 \r
90 -----BEGIN PGP SIGNATURE-----\r
91 Version: GnuPG v1.4.11 (GNU/Linux)\r
92 \r
93 iEYEARECAAYFAk8UCycACgkQaezQq/BJZRbiegCeN77nB58b0DgtZTIc2zQzrSgb\r
94 RBkAnRmet1+ObCxdd0P21NT2O2/l9PWa\r
95 =MXwV\r
96 -----END PGP SIGNATURE-----\r
97 --=-=-=--\r