Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 26 / 68474df7a13a0e376e74e2b05a3e06d97b3b60
1 Return-Path: <aneesh.kumar@linux.vnet.ibm.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 6A7CD429E26\r
6         for <notmuch@notmuchmail.org>; Sat,  3 Dec 2011 23:52:24 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 5ncGxHDuoyVw for <notmuch@notmuchmail.org>;\r
16         Sat,  3 Dec 2011 23:52:23 -0800 (PST)\r
17 Received: from e4.ny.us.ibm.com (e4.ny.us.ibm.com [32.97.182.144])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 7A40A429E25\r
21         for <notmuch@notmuchmail.org>; Sat,  3 Dec 2011 23:52:23 -0800 (PST)\r
22 Received: from /spool/local\r
23         by e4.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only!\r
24         Violators will be prosecuted\r
25         for <notmuch@notmuchmail.org> from <aneesh.kumar@linux.vnet.ibm.com>;\r
26         Sun, 4 Dec 2011 02:52:21 -0500\r
27 Received: from d01relay07.pok.ibm.com (9.56.227.147)\r
28         by e4.ny.us.ibm.com (192.168.1.104) with IBM ESMTP SMTP Gateway:\r
29         Authorized Use Only! Violators will be prosecuted; \r
30         Sun, 4 Dec 2011 02:52:19 -0500\r
31 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64])\r
32         by d01relay07.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id\r
33         pB47qHjK3371220\r
34         for <notmuch@notmuchmail.org>; Sun, 4 Dec 2011 02:52:18 -0500\r
35 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1])\r
36         by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id\r
37         pB47qHYm019534\r
38         for <notmuch@notmuchmail.org>; Sun, 4 Dec 2011 02:52:17 -0500\r
39 Received: from skywalker.linux.vnet.ibm.com ([9.79.150.14])\r
40         by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id\r
41         pB47q2Du019015; Sun, 4 Dec 2011 02:52:11 -0500\r
42 From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>\r
43 To: Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
44 Subject: Re: [DRAFT PATCH] emacs: support limiting the number of results shown\r
45         in search results\r
46 In-Reply-To: <1321560458-32010-1-git-send-email-jani@nikula.org>\r
47 References: <1321560458-32010-1-git-send-email-jani@nikula.org>\r
48 User-Agent: Notmuch/0.10+50~g65f6e2b (http://notmuchmail.org) Emacs/23.3.1\r
49         (x86_64-pc-linux-gnu)\r
50 Date: Sun, 04 Dec 2011 13:21:40 +0530\r
51 Message-ID: <87hb1gu643.fsf@linux.vnet.ibm.com>\r
52 MIME-Version: 1.0\r
53 Content-Type: text/plain; charset=us-ascii\r
54 x-cbid: 11120407-3534-0000-0000-0000033E0B58\r
55 X-BeenThere: notmuch@notmuchmail.org\r
56 X-Mailman-Version: 2.1.13\r
57 Precedence: list\r
58 List-Id: "Use and development of the notmuch mail system."\r
59         <notmuch.notmuchmail.org>\r
60 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
62 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
63 List-Post: <mailto:notmuch@notmuchmail.org>\r
64 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
65 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
66         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
67 X-List-Received-Date: Sun, 04 Dec 2011 07:52:24 -0000\r
68 \r
69 On Thu, 17 Nov 2011 22:07:38 +0200, Jani Nikula <jani@nikula.org> wrote:\r
70 > Add support for limiting the maximum number of results initially displayed\r
71 > in search results. When enabled, the search results will contain push\r
72 > buttons to double the number of results displayed or to show unlimited\r
73 > results.\r
74\r
75 > The approach is inspired by vc-print-log in Emacs vc.el.\r
76\r
77 > Signed-off-by: Jani Nikula <jani@nikula.org>\r
78\r
79 \r
80 This break notmuch-search-operate-all, I guess the change should also\r
81 make sure notmuch-search-operate-all also limit its operation to\r
82 notmuch-search-limit ?\r
83 \r
84 -aneesh\r
85 \r