Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 5c / ea5ce31d708f7caa40d741ed1521f076e187c6
1 Return-Path: <david@tethera.net>\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 16FA7431FBC\r
6         for <notmuch@notmuchmail.org>; Fri, 24 Jan 2014 05:25:36 -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: 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 vi0x514PW-JR for <notmuch@notmuchmail.org>;\r
16         Fri, 24 Jan 2014 05:25:28 -0800 (PST)\r
17 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id D99CE431FB6\r
21         for <notmuch@notmuchmail.org>; Fri, 24 Jan 2014 05:25:28 -0800 (PST)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <david@tethera.net>)\r
24         id 1W6glC-0003hJ-6w; Fri, 24 Jan 2014 09:25:26 -0400\r
25 Received: (nullmailer pid 32161 invoked by uid 1000); Fri, 24 Jan 2014\r
26         13:25:22 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: Patrick Totzke <patricktotzke@googlemail.com>, Justus Winter\r
29         <4winter@informatik.uni-hamburg.de>, notmuch@notmuchmail.org\r
30 Subject: Re: [PATCH 2/2] python: annotate all calls into libnotmuch with types\r
31 In-Reply-To: <4eddf2b1.4288980a.0b74.5557@mx.google.com>\r
32 References:\r
33  <1318198374-926-1-git-send-email-4winter@informatik.uni-hamburg.de>\r
34         <1318198374-926-2-git-send-email-4winter@informatik.uni-hamburg.de>\r
35         <4eddf2b1.4288980a.0b74.5557@mx.google.com>\r
36 User-Agent: Notmuch/0.17+35~g3b36898 (http://notmuchmail.org) Emacs/24.3.1\r
37         (x86_64-pc-linux-gnu)\r
38 Date: Fri, 24 Jan 2014 09:25:22 -0400\r
39 Message-ID: <87ob31pl4t.fsf@zancas.localnet>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Fri, 24 Jan 2014 13:25:36 -0000\r
55 \r
56 Patrick Totzke <patricktotzke@googlemail.com> writes:\r
57 \r
58 > This commit breaks raising XapianErrors for me.\r
59 >\r
60 > If I lock the index with some `notmuch tag +test '*'`\r
61 > and try to write to it in alot, i get a segfault and\r
62 > the following on stderr:\r
63 >\r
64 > Xapian exception occurred opening database: Unable to get write lock on\r
65 > /home/pazz/mail/.notmuch/xapian: already locked\r
66 >\r
67 > /p\r
68 \r
69 Is is this bug still reproducible with git master? If so, can you\r
70 reproduce it purely with the CLI?  It would be nice to narrow down if\r
71 this a bug in the lib or in the bindings.\r
72 \r
73 d\r
74 \r