[PATCH 2/4] lib: add private function to extract the database for a message.
[notmuch-archives.git] / 59 / ec333be465a262c147c088163b732d86f3a65c
1 Return-Path: <dme@dme.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 262AB40DAE7\r
6         for <notmuch@notmuchmail.org>; Fri, 12 Nov 2010 00:09:02 -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: -1.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham\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 wDL09MvAfdZv for <notmuch@notmuchmail.org>;\r
16         Fri, 12 Nov 2010 00:08:51 -0800 (PST)\r
17 Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com\r
18         [74.125.82.181])\r
19         by olra.theworths.org (Postfix) with ESMTP id 05CB440DAC6\r
20         for <notmuch@notmuchmail.org>; Fri, 12 Nov 2010 00:08:50 -0800 (PST)\r
21 Received: by wyb40 with SMTP id 40so3118963wyb.26\r
22         for <notmuch@notmuchmail.org>; Fri, 12 Nov 2010 00:08:49 -0800 (PST)\r
23 Received: by 10.227.28.10 with SMTP id k10mr1945257wbc.215.1289549328284;\r
24         Fri, 12 Nov 2010 00:08:48 -0800 (PST)\r
25 Received: from ut.hh.sledj.net (host81-149-164-25.in-addr.btopenworld.com\r
26         [81.149.164.25])\r
27         by mx.google.com with ESMTPS id p4sm1924459wej.4.2010.11.12.00.08.46\r
28         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
29         Fri, 12 Nov 2010 00:08:47 -0800 (PST)\r
30 Received: by ut.hh.sledj.net (Postfix, from userid 1000)\r
31         id 5F88B59405B; Fri, 12 Nov 2010 08:07:04 +0000 (GMT)\r
32 From: David Edmondson <dme@dme.org>\r
33 To: notmuch@notmuchmail.org\r
34 Subject: [PATCH 1/2] test: Ignore files created during emacs testing.\r
35 Date: Fri, 12 Nov 2010 08:07:01 +0000\r
36 Message-Id: <1289549222-10882-1-git-send-email-dme@dme.org>\r
37 X-Mailer: git-send-email 1.7.2.3\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Fri, 12 Nov 2010 08:09:02 -0000\r
51 \r
52 ---\r
53  test/.gitignore |    1 +\r
54  1 files changed, 1 insertions(+), 0 deletions(-)\r
55 \r
56 diff --git a/test/.gitignore b/test/.gitignore\r
57 index b34778f..42a6647 100644\r
58 --- a/test/.gitignore\r
59 +++ b/test/.gitignore\r
60 @@ -1,3 +1,4 @@\r
61  test-results\r
62  corpus.mail\r
63  smtp-dummy\r
64 +tmp.emacs\r
65 -- \r
66 1.7.2.3\r
67 \r