Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / f5 / 1be77eab463881143e79a1544d10b92d605c4d
1 Return-Path: <jani@nikula.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 53157429E32\r
6         for <notmuch@notmuchmail.org>; Fri,  2 May 2014 07:51:10 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 Nu1H89ldjyDA for <notmuch@notmuchmail.org>;\r
16         Fri,  2 May 2014 07:51:06 -0700 (PDT)\r
17 Received: from mail-ee0-f47.google.com (mail-ee0-f47.google.com\r
18  [74.125.83.47])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  92320429E28    for <notmuch@notmuchmail.org>; Fri,  2 May 2014 07:51:06 -0700\r
21  (PDT)\r
22 Received: by mail-ee0-f47.google.com with SMTP id b15so3230792eek.34\r
23         for <notmuch@notmuchmail.org>; Fri, 02 May 2014 07:51:04 -0700 (PDT)\r
24 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
25         d=1e100.net; s=20130820;\r
26         h=x-gm-message-state:from:to:cc:subject:date:message-id;\r
27         bh=sgz7pR6bic6qHJZ00WDl8LrzKW9snxoFr+XIf1bhEyM=;\r
28         b=GaCW0HvL4KOgtcBso6erWzYc59M26Xb/bHOtCb90+ORpUF/i3UbnVvoSjOA4ZaVmTd\r
29         MBdpPp5kNFhPSc6Rdm1chHEIN8G/mvIiRvsaNckpEIHnb8R0ht0WJmKeYZjPHTrlaIh/\r
30         h89MjBKLEX2HEtn8rJPS0fzifNFxPdkVOam+wLmrOZ87J3jrdt4jD6zcjqzyzEej6Eca\r
31         x9y9dcrgMpMrUsd1MYEh3ymk2U4Z7c6gOejPZiL7TtuM6xBIu75ETNZf89QQOORtD+0v\r
32         4exckETVVL174UbtjSsQo+Kf/Y4CvM8GszdWgsH4j+WN8AEp2qDQIkaQIT2SVcOEgtKB\r
33         75SQ==\r
34 X-Gm-Message-State:\r
35  ALoCoQl0ObzMa+nQSd9xUpm9qhYMcvX4Sw5sQS/z7lgTSzX19a6F6qnjH4YaCNMrVfXenfKL1XEu\r
36 X-Received: by 10.14.87.7 with SMTP id x7mr15515612eee.44.1399042262937;\r
37         Fri, 02 May 2014 07:51:02 -0700 (PDT)\r
38 Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi.\r
39         [88.195.111.91])\r
40         by mx.google.com with ESMTPSA id k2sm5129111eeg.20.2014.05.02.07.51.01\r
41         for <multiple recipients>\r
42         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
43         Fri, 02 May 2014 07:51:01 -0700 (PDT)\r
44 From: Jani Nikula <jani@nikula.org>\r
45 To: notmuch@notmuchmail.org\r
46 Subject: [PATCH 1/2] test: add have-man and have-compact in test/.gitignore\r
47 Date: Fri,  2 May 2014 17:51:00 +0300\r
48 Message-Id: <1399042261-8808-1-git-send-email-jani@nikula.org>\r
49 X-Mailer: git-send-email 1.9.2\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Fri, 02 May 2014 14:51:10 -0000\r
63 \r
64 Sort the file while at it.\r
65 ---\r
66  test/.gitignore | 12 +++++++-----\r
67  1 file changed, 7 insertions(+), 5 deletions(-)\r
68 \r
69 diff --git a/test/.gitignore b/test/.gitignore\r
70 index 97e024878728..4081cee6da18 100644\r
71 --- a/test/.gitignore\r
72 +++ b/test/.gitignore\r
73 @@ -1,9 +1,11 @@\r
74 -test-results\r
75 -corpus.mail\r
76 -smtp-dummy\r
77 -symbol-test\r
78  arg-test\r
79 +corpus.mail\r
80 +have-compact\r
81 +have-man\r
82  hex-xcode\r
83 -random-corpus\r
84  parse-time\r
85 +random-corpus\r
86 +smtp-dummy\r
87 +symbol-test\r
88 +test-results\r
89  tmp.*\r
90 -- \r
91 1.9.2\r
92 \r