Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 3e / 123e580732cf772b96943138578d2ca0e7ca22
1 Return-Path: <mi@kismala.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 14F96431FD0\r
6         for <notmuch@notmuchmail.org>; Thu, 12 May 2011 01:40:08 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 3njAft1x1Nc1 for <notmuch@notmuchmail.org>;\r
16         Thu, 12 May 2011 01:40:04 -0700 (PDT)\r
17 Received: from imarko.xen.prgmr.com (imarko.xen.prgmr.com [72.13.95.244])\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 37D30431FB6\r
21         for <notmuch@notmuchmail.org>; Thu, 12 May 2011 01:40:04 -0700 (PDT)\r
22 Received: from localhost ([127.0.0.1] helo=zsu.kismala.com)\r
23         by imarko.xen.prgmr.com with esmtp (Exim 4.75)\r
24         (envelope-from <mi@kismala.com>)\r
25         id 1QKRR8-0001KT-MZ; Thu, 12 May 2011 01:40:01 -0700\r
26 From: Istvan Marko <notmuch@kismala.com>\r
27 To: Stewart Smith <stewart@flamingspork.com>\r
28 Subject: Re: storing From and Subject in xapian\r
29 References: <m3sjsv2kw2.fsf@zsu.kismala.com>\r
30         <BANLkTimvs8ttQCL0AK9UrjcxxgaeqQ9fSg@mail.gmail.com>\r
31         <87zkmwsc2d.fsf@servo.factory.finestructure.net>\r
32         <m38vug5tuy.fsf@zsu.kismala.com> <87ei45rjm4.fsf@flamingspork.com>\r
33 Date: Thu, 12 May 2011 01:39:58 -0700\r
34 In-Reply-To: <87ei45rjm4.fsf@flamingspork.com> (Stewart Smith's message of\r
35         "Wed, 11 May 2011 13:39:31 +1000")\r
36 Message-ID: <m3r58448ip.fsf@zsu.kismala.com>\r
37 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain\r
40 Cc: notmuch@notmuchmail.org, Austin Clements <amdragon@mit.edu>\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\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: Thu, 12 May 2011 08:40:08 -0000\r
54 \r
55 Stewart Smith <stewart@flamingspork.com> writes:\r
56 \r
57 > Would it be possible to progressively fill the DB with the new data?\r
58 >\r
59 > i.e.\r
60 >\r
61 > if Subject/From not in db for message\r
62 >    add Subject/From for this message to DB.\r
63 \r
64 I started looking into this but then realized that notmuch search opens\r
65 the database in read-only mode so it cannot make updates. It might be\r
66 desirable to keep it that way for safety and locking reasons.\r
67 \r
68 -- \r
69         Istvan\r