Re: search query "replytoid:<blah>"
[notmuch-archives.git] / 00 / 2f2ac9bd520a379d8788cab3b7b3b34f9a8370
1 Return-Path: <wael.nasreddine@gmail.com>\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 16EB7431FBF\r
6         for <notmuch@notmuchmail.org>; Fri,  9 May 2014 14:45:16 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, 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 NLxmOthURC02 for <notmuch@notmuchmail.org>;\r
17         Fri,  9 May 2014 14:45:10 -0700 (PDT)\r
18 Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com\r
19         [209.85.220.52]) (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 6E020431FBC\r
22         for <notmuch@notmuchmail.org>; Fri,  9 May 2014 14:45:10 -0700 (PDT)\r
23 Received: by mail-pa0-f52.google.com with SMTP id fa1so752914pad.11\r
24         for <notmuch@notmuchmail.org>; Fri, 09 May 2014 14:45:09 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:cc:subject:date:message-id;\r
27         bh=etNlgpxMLIcVVVZARimax+bTQxTQ3V9ThgFh8kaCPFE=;\r
28         b=W7tuJTFyCxj9h7roFfKckx6nfrmyjpubvuBTMRbSJ7x6WbsV6KpwHNG73uPu/JL6L3\r
29         VpEakYscNbIMGE7BsPsQcHkH7adFfPEAO3cn7ttzSN7bbeWnyOO5ajKVRDoJRNkPO4Nk\r
30         p39EuFc8SRBLDyuFdx/JhxZxiJyapU72/O0VYfdHpRIQkl8xPNasVS8KNKx2FJMj4D9B\r
31         FimlaMpOpRrAqJRCAV420z+/aJAq80qAX5/pJ2sF5RFuRaScoXcRDdkSuxt5HEd0ngVT\r
32         UdVAkLlYYBFg7P/8QSdGJjPVkHoHw9IprGECoer/4c8tEqjG2ESCC57cAuJVnx912Zl0\r
33         StQA==\r
34 X-Received: by 10.66.147.99 with SMTP id tj3mr24959089pab.47.1399671909731;\r
35         Fri, 09 May 2014 14:45:09 -0700 (PDT)\r
36 Received: from localhost ([2620:0:1000:2e00:d44e:e60e:117d:3ca3])\r
37         by mx.google.com with ESMTPSA id op3sm9317929pbc.40.2014.05.09.14.45.07\r
38         for <multiple recipients>\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Fri, 09 May 2014 14:45:08 -0700 (PDT)\r
41 From: "Wael M. Nasreddine" <wael.nasreddine@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v2] Enable Travis-CI as a backup continuous integration\r
44         service.\r
45 Date: Fri,  9 May 2014 14:44:50 -0700\r
46 Message-Id: <1399645162-8653-1-git-send-email-wael.nasreddine@gmail.com>\r
47 X-Mailer: git-send-email 1.9.1.423.g4596e3a\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Fri, 09 May 2014 21:45:16 -0000\r
61 \r
62 You can access the dashboard at https://travis-ci.org/notmuch/notmuch\r
63 ---\r
64 \r
65 The v2 adds a notification section to send failure (or back to passing) notifications\r
66 to the mailing list and to the IRC channel\r
67 \r
68  .travis.yml | 13 +++++++++++++\r
69  1 file changed, 13 insertions(+)\r
70  create mode 100644 .travis.yml\r
71 \r
72 diff --git a/.travis.yml b/.travis.yml\r
73 new file mode 100644\r
74 index 0000000..1274ac9\r
75 --- /dev/null\r
76 +++ b/.travis.yml\r
77 @@ -0,0 +1,13 @@\r
78 +language: c\r
79 +before_install:\r
80 +  - sudo apt-get update -qq\r
81 +  - wget 'https://launchpad.net/ubuntu/+archive/primary/+files/zlib1g-dev_1.2.8.dfsg-1ubuntu1_amd64.deb'\r
82 +  - wget 'https://launchpad.net/ubuntu/+archive/primary/+files/zlib1g_1.2.8.dfsg-1ubuntu1_amd64.deb'\r
83 +  - sudo dpkg -i zlib1g-dev_1.2.8.dfsg-1ubuntu1_amd64.deb zlib1g_1.2.8.dfsg-1ubuntu1_amd64.deb\r
84 +  - sudo apt-get install -f\r
85 +  - sudo apt-get install dtach libxapian-dev libgmime-2.6-dev libtalloc-dev python-sphinx\r
86 +\r
87 +script: make test\r
88 +notifications:\r
89 +  email: notmuch@notmuchmail.org\r
90 +  irc: "chat.freenode.net#notmuch"\r
91 -- \r
92 1.9.1.423.g4596e3a\r
93 \r