Re: [PATCH] cli: crypto: tell gmime to use gpg-agent
[notmuch-archives.git] / 68 / 220aac5a398fc16f3b3a4135fbacc9d019c900
1 Return-Path: <nex@nexoid.at>\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 BA1BF431FB6\r
6         for <notmuch@notmuchmail.org>; Tue,  4 Dec 2012 06:06: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: 0.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
12         tests=[FREEMAIL_FROM=0.001] 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 ReaWVtVAi4ST for <notmuch@notmuchmail.org>;\r
16         Tue,  4 Dec 2012 06:06:02 -0800 (PST)\r
17 Received: from mail.nexoid.at (www.nexoid.at [178.79.130.240])\r
18         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 00A74431FAE\r
21         for <notmuch@notmuchmail.org>; Tue,  4 Dec 2012 06:06:02 -0800 (PST)\r
22 Received: by mail.nexoid.at (Postfix, from userid 1000)\r
23         id 570AA11C109; Tue,  4 Dec 2012 15:06:00 +0100 (CET)\r
24 From: Peter Feigl <craven@gmx.net>\r
25 To: notmuch@notmuchmail.org\r
26 Subject: [PATCH] Adding parse-time to test/.gitignore\r
27 Date: Tue,  4 Dec 2012 15:05:58 +0100\r
28 Message-Id: <1354629958-6619-1-git-send-email-craven@gmx.net>\r
29 X-Mailer: git-send-email 1.8.0\r
30 X-BeenThere: notmuch@notmuchmail.org\r
31 X-Mailman-Version: 2.1.13\r
32 Precedence: list\r
33 List-Id: "Use and development of the notmuch mail system."\r
34         <notmuch.notmuchmail.org>\r
35 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
36         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
37 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
38 List-Post: <mailto:notmuch@notmuchmail.org>\r
39 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
40 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
42 X-List-Received-Date: Tue, 04 Dec 2012 14:06:02 -0000\r
43 \r
44 test/parse-time is a binary that is generated when running make test. It should be ignored by git.\r
45 ---\r
46  test/.gitignore | 1 +\r
47  1 file changed, 1 insertion(+)\r
48 \r
49 diff --git a/test/.gitignore b/test/.gitignore\r
50 index 1eff7ce..97e0248 100644\r
51 --- a/test/.gitignore\r
52 +++ b/test/.gitignore\r
53 @@ -5,4 +5,5 @@ symbol-test\r
54  arg-test\r
55  hex-xcode\r
56  random-corpus\r
57 +parse-time\r
58  tmp.*\r
59 -- \r
60 1.8.0\r
61 \r