Re: v4 of DB_RETRY_LOCK patches
[notmuch-archives.git] / db / aa4a3b86163cf8a8cc69c5056fe8321d3de225
1 Return-Path: <daniel@schoepe.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 97DCA429E27\r
6         for <notmuch@notmuchmail.org>; Mon, 10 Oct 2011 06:39:50 -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.8\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.8 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         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 H7r70BMieE+Z for <notmuch@notmuchmail.org>;\r
17         Mon, 10 Oct 2011 06:39:49 -0700 (PDT)\r
18 Received: from mail-yw0-f53.google.com (mail-yw0-f53.google.com\r
19         [209.85.213.53]) (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 D228F429E26\r
22         for <notmuch@notmuchmail.org>; Mon, 10 Oct 2011 06:39:49 -0700 (PDT)\r
23 Received: by ywt2 with SMTP id 2so7342466ywt.26\r
24         for <notmuch@notmuchmail.org>; Mon, 10 Oct 2011 06:39:48 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=schoepe.org; s=google;\r
26         h=from:to:subject:date:message-id:x-mailer:in-reply-to:references;\r
27         bh=NysbYWIg/fa1dL+Wmw2ry9gzg6yu/hbCKDuPx05Pbmw=;\r
28         b=WSvVcD+PqtCM7/t7lzsNxeRYxj7Q120HXC3JsBCjOTqI3Z0pWUo9OXtxb4WKBRC72D\r
29         YJJPHxAybXL6L4YKOV5hOy2skhxMpPCMjTM5jLvFHH9X9tXLLFnii4JPWa6twNntoGE5\r
30         a7uJPnpVfBjgasfbvUleNQ0WXJj24uXI1EuBA=\r
31 Received: by 10.223.62.16 with SMTP id v16mr33563213fah.35.1318253987825;\r
32         Mon, 10 Oct 2011 06:39:47 -0700 (PDT)\r
33 Received: from localhost (p4FC790FC.dip0.t-ipconnect.de. [79.199.144.252])\r
34         by mx.google.com with ESMTPS id c1sm31668582fab.15.2011.10.10.06.39.44\r
35         (version=TLSv1/SSLv3 cipher=OTHER);\r
36         Mon, 10 Oct 2011 06:39:45 -0700 (PDT)\r
37 From: Daniel Schoepe <daniel@schoepe.org>\r
38 To: notmuch@notmuchmail.org\r
39 Subject: [PATCH v6 0/2] emacs: User-defined sections in notmuch-hello\r
40 Date: Mon, 10 Oct 2011 15:39:40 +0200\r
41 Message-Id: <1318253982-23588-1-git-send-email-daniel@schoepe.org>\r
42 X-Mailer: git-send-email 1.7.6.3\r
43 In-Reply-To: <87ippzysmv.fsf@steelpick.2x.cz>\r
44 References: <87ippzysmv.fsf@steelpick.2x.cz>\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Mon, 10 Oct 2011 13:39:50 -0000\r
58 \r
59 Fixed that and rebased against master.\r
60 \r