Re: elisp + company completion patches, v7
[notmuch-archives.git] / 3d / f51759eb6411ca8e0313d9819b2f546e6168f3
1 Return-Path: <doctormo@gmail.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 1891C431FD0\r
6         for <notmuch@notmuchmail.org>; Thu,  8 Sep 2011 07:02:05 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id Se2EcGC4nVQs for <notmuch@notmuchmail.org>;\r
17         Thu,  8 Sep 2011 07:02:03 -0700 (PDT)\r
18 Received: from mail-qw0-f52.google.com (mail-qw0-f52.google.com\r
19         [209.85.216.52]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 41AF8431FB6\r
22         for <notmuch@notmuchmail.org>; Thu,  8 Sep 2011 07:02:03 -0700 (PDT)\r
23 Received: by qwb8 with SMTP id 8so690307qwb.39\r
24         for <notmuch@notmuchmail.org>; Thu, 08 Sep 2011 07:02:01 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=subject:from:to:cc:in-reply-to:references:content-type:date\r
27         :message-id:mime-version:x-mailer:content-transfer-encoding;\r
28         bh=s4rhPhBnoHuVYVLcj34NaErHiTRiLHBSBBdtFSG8/bo=;\r
29         b=f+74eF7krDyC21Kco3JXA8oQCndNLoGlfOfnx1khlEBMTX40APSRkonatYHJ9/83hc\r
30         uty/MyG0gVzykG+wUGZ56emOawP+R0OpZsFJ0ZFEJNMbphBgfxOuRdiMx01kc4Z2/2mo\r
31         UuYVWgFKM1F0L9Cq7PWQhvxEHLWYK61jb4e5Y=\r
32 Received: by 10.224.216.199 with SMTP id hj7mr534647qab.292.1315490521009;\r
33         Thu, 08 Sep 2011 07:02:01 -0700 (PDT)\r
34 Received: from [192.168.1.190] (pool-68-163-190-45.bos.east.verizon.net.\r
35         [68.163.190.45])\r
36         by mx.google.com with ESMTPS id dt6sm3096569qab.9.2011.09.08.07.01.59\r
37         (version=SSLv3 cipher=OTHER); Thu, 08 Sep 2011 07:02:00 -0700 (PDT)\r
38 Subject: Re: Not much database creation error\r
39 From: Martin Owens <doctormo@gmail.com>\r
40 To: Sebastian Spaeth <Sebastian@SSpaeth.de>\r
41 In-Reply-To: <8739g7gnb4.fsf@SSpaeth.de>\r
42 References: <1315110898.32058.13.camel@delen>  <87vct7t7m4.fsf@SSpaeth.de>\r
43         <1315373219.32058.157.camel@delen>  <8739g7gnb4.fsf@SSpaeth.de>\r
44 Content-Type: text/plain; charset="UTF-8"\r
45 Date: Thu, 08 Sep 2011 10:01:58 -0400\r
46 Message-ID: <1315490518.2435.25.camel@delen>\r
47 Mime-Version: 1.0\r
48 X-Mailer: Evolution 2.30.3 \r
49 Content-Transfer-Encoding: 7bit\r
50 X-Mailman-Approved-At: Thu, 08 Sep 2011 14:21:55 -0700\r
51 Cc: Notmuch developer list <notmuch@notmuchmail.org>,\r
52         Paul Tagliamonte <tag@pault.ag>\r
53 X-BeenThere: notmuch@notmuchmail.org\r
54 X-Mailman-Version: 2.1.13\r
55 Precedence: list\r
56 List-Id: "Use and development of the notmuch mail system."\r
57         <notmuch.notmuchmail.org>\r
58 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
60 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
61 List-Post: <mailto:notmuch@notmuchmail.org>\r
62 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
63 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
64         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
65 X-List-Received-Date: Thu, 08 Sep 2011 14:02:05 -0000\r
66 \r
67 On Thu, 2011-09-08 at 15:45 +0200, Sebastian Spaeth wrote:\r
68 > An open database connection provides you only with a snapshot, and you\r
69 > need to reopen it after content has been modified. \r
70 \r
71 You are correct and I have submitted a patch for libnotmuch and the\r
72 python bindings to add reopen and flush to the code. To this notmuch\r
73 mailing list.\r
74 \r
75 Errors didn't seem to happen consistently though, I got one error out of\r
76 20 tests or so.\r
77 \r
78 Martin,\r
79 \r