Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 4e / dc081b4a1c908d007f4e9008f65c753bcaafe2
1 Return-Path: <BATV+141ab4744c05b91adb05+2657+infradead.org+hohndel@canuck.srs.infradead.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 27939431FD0\r
6         for <notmuch@notmuchmail.org>; Thu,  2 Dec 2010 09:48:12 -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 U2zX8fzs5kBO for <notmuch@notmuchmail.org>;\r
16         Thu,  2 Dec 2010 09:48:11 -0800 (PST)\r
17 Received: from canuck.infradead.org (canuck.infradead.org [134.117.69.58])\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 4C3AA431FB5\r
21         for <notmuch@notmuchmail.org>; Thu,  2 Dec 2010 09:48:11 -0800 (PST)\r
22 Received: from localhost ([127.0.0.1] helo=x201s.gr8dns.org)\r
23         by canuck.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux))\r
24         id 1PODGJ-00053y-6x; Thu, 02 Dec 2010 17:48:07 +0000\r
25 Received: by x201s.gr8dns.org (Postfix, from userid 500)\r
26         id 38BA44521E5; Thu,  2 Dec 2010 09:48:03 -0800 (PST)\r
27 From: Dirk Hohndel <hohndel@infradead.org>\r
28 To: Joel =?utf-8?Q?Borggr=C3=A9n-Franck?= <joel.borggren.franck@gmail.com>,\r
29         notmuch@notmuchmail.org\r
30 Subject: Re: [PATCH] add headers cc: bcc: and to: (as exactto:) to search\r
31  index\r
32 In-Reply-To:\r
33  <1291235635-16523-1-git-send-email-joel.borggren.franck@gmail.com>\r
34 References: <1291235635-16523-1-git-send-email-joel.borggren.franck@gmail.com>\r
35 User-Agent: Notmuch/0.5-41-g69477de (http://notmuchmail.org) Emacs/23.2.1\r
36         (x86_64-redhat-linux-gnu)\r
37 Date: Thu, 02 Dec 2010 09:48:03 -0800\r
38 Message-ID: <m3pqtkf4mk.fsf@x201s.gr8dns.org>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=utf-8\r
41 Content-Transfer-Encoding: quoted-printable\r
42 X-SRS-Rewrite: SMTP reverse-path rewritten from <hohndel@infradead.org> by\r
43         canuck.infradead.org See http://www.infradead.org/rpr.html\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Thu, 02 Dec 2010 17:48:12 -0000\r
57 \r
58 On Wed,  1 Dec 2010 21:33:55 +0100, Joel Borggr=C3=A9n-Franck <joel.borggre=\r
59 n.franck@gmail.com> wrote:\r
60 > From: Joel Borggr=C3=A9n-Franck <jbf@codehouse.se>\r
61 >=20\r
62 > Add headers cc: bcc: and to: to index. Real header to: is searched as\r
63 > "exactto:foo@bar.baz" and search term "to:" is kept as a union of cc:,\r
64 > bcc: and to: for backward compatibility. Use search term "cc:" resp.\r
65 > "bcc:" to search those headers respectively.\r
66 \r
67 cworth has been talking for a while about changing notmuch to index all\r
68 of the headers - this is one of my key missing features at this point.=20\r
69 Searching for Sender: or X-Mailing-List: or (PLEASE!!!!) X-Spam-Score:\r
70 \r
71 /D\r