Re: [DRAFT PATCH] emacs: support limiting the number of results shown in search results
[notmuch-archives.git] / 24 / 48ef22bb60e576135d0bbc4ae9c52bb53ebde4
1 Return-Path: <jan@ryngle.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 EFCBB431FAE\r
6         for <notmuch@notmuchmail.org>; Wed,  2 Dec 2009 05:18:14 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id tl0EbdNWsbNk for <notmuch@notmuchmail.org>;\r
11         Wed,  2 Dec 2009 05:18:13 -0800 (PST)\r
12 Received: from mail-bw0-f224.google.com (mail-bw0-f224.google.com\r
13         [209.85.218.224])\r
14         by olra.theworths.org (Postfix) with ESMTP id 4DA38431FBC\r
15         for <notmuch@notmuchmail.org>; Wed,  2 Dec 2009 05:18:13 -0800 (PST)\r
16 Received: by bwz24 with SMTP id 24so153044bwz.30\r
17         for <notmuch@notmuchmail.org>; Wed, 02 Dec 2009 05:18:12 -0800 (PST)\r
18 Received: by 10.204.13.69 with SMTP id b5mr91131bka.135.1259759891913;\r
19         Wed, 02 Dec 2009 05:18:11 -0800 (PST)\r
20 Received: from x61s.janakj ([213.192.30.141])\r
21         by mx.google.com with ESMTPS id g28sm1428819fkg.38.2009.12.02.05.18.09\r
22         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
23         Wed, 02 Dec 2009 05:18:09 -0800 (PST)\r
24 Received: by x61s.janakj (Postfix, from userid 1000)\r
25         id 7C5E3440651; Wed,  2 Dec 2009 14:18:08 +0100 (CET)\r
26 Date: Wed, 2 Dec 2009 14:18:08 +0100\r
27 From: Jan Janak <jan@ryngle.com>\r
28 To: Jed Brown <jed@59A2.org>\r
29 Message-ID: <20091202131808.GC4411@ryngle.com>\r
30 References: <1258976966-22407-1-git-send-email-jed@59A2.org>\r
31         <1258999643-30742-1-git-send-email-jed@59A2.org>\r
32         <87bpii9j7o.fsf@yoom.home.cworth.org> <87vdgp4p5e.fsf@59A2.org>\r
33 MIME-Version: 1.0\r
34 Content-Type: text/plain; charset=us-ascii\r
35 Content-Disposition: inline\r
36 In-Reply-To: <87vdgp4p5e.fsf@59A2.org>\r
37 User-Agent: Mutt/1.5.18 (2008-05-17)\r
38 Cc: notmuch@notmuchmail.org\r
39 Subject: Re: [notmuch] [PATCH] Make search filters handle\r
40         disjunctive     queries.\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.12\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Wed, 02 Dec 2009 13:18:15 -0000\r
54 \r
55 On 02-12 11:59, Jed Brown wrote:\r
56 > A patch for notmuch-search-filter follows, my change to\r
57 > notmuch-search-filter-by-tag is not very useful since\r
58 > notmuch-select-tag-with-completion does not allow a space to be\r
59 > inserted.  I don't know how to get completion on multiple\r
60 > space-separated terms.\r
61 \r
62 notmuch-select-tag-with-completion uses "\n" as tag separator. This is because\r
63 it gets the output of 'notmuch search-tags' as input and there is one tag on a\r
64 line.\r
65 \r
66 I haven't been really following this thread in detail. What is that you need\r
67 from notmuch-select-tag-with-completion? To be able to process a list of tags\r
68 separated by spaces? Maybe I could help you with that.\r
69 \r
70 -Jan\r