database error
[notmuch-archives.git] / b2 / 587a1d9b50c1b253d8645cff1d3fad3b074c90
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 178F8431FBC\r
6         for <notmuch@notmuchmail.org>; Mon,  2 Jun 2014 14:28:08 -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 hJW93M3CUNlT for <notmuch@notmuchmail.org>;\r
17         Mon,  2 Jun 2014 14:28:00 -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 BB415431FAE\r
22         for <notmuch@notmuchmail.org>; Mon,  2 Jun 2014 14:28:00 -0700 (PDT)\r
23 Received: by mail-pa0-f52.google.com with SMTP id bj1so4311482pad.11\r
24         for <notmuch@notmuchmail.org>; Mon, 02 Jun 2014 14:27:59 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:subject:date:message-id;\r
27         bh=CtiTTnNd+9RK4pR9UV498HofN0EWWuCPrWtE8+t0N2Y=;\r
28         b=ltAF6RY1MRT2sCowm78QKM7wAqaj0LKQ5jICf6805SmrEbX+4Ei25UucV7jahEGZcj\r
29         xeZBR5ig/5qXAGsSvKVZLFUjqvP5e2aqhliVMxSwD3HSfu1NOQqGZKP5dcwKq+It9g5M\r
30         rxe9BXIRaQrP8MzPB3S4+Iv8OGJeW+TZOnZLLbDh2UQvhM6o3ca1xlF0ZsP7LZCxfNHt\r
31         cExKCbhOlxaXgeckxQoe+TSt8uNV1xlufuifGugzroMZdo6HZpK+n3szniJtAayZvlqU\r
32         /zWwQuvyqX9RN49bebgG076HXhFqRQBnGRKMZm0+rtYs08m1SBv5BFiCvfPlIvSyK95K\r
33         0rug==\r
34 X-Received: by 10.66.246.229 with SMTP id xz5mr43846633pac.119.1401744479794; \r
35         Mon, 02 Jun 2014 14:27:59 -0700 (PDT)\r
36 Received: from localhost ([2620:0:1000:2e00:f0d8:7d1d:4635:8ec1])\r
37         by mx.google.com with ESMTPSA id\r
38         vf9sm22003289pbc.94.2014.06.02.14.27.56 for <notmuch@notmuchmail.org>\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Mon, 02 Jun 2014 14:27:56 -0700 (PDT)\r
41 From: "Wael M. Nasreddine" <wael.nasreddine@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v4] Enable Travis-CI as a backup continuous integration\r
44 Date: Mon,  2 Jun 2014 14:27:51 -0700\r
45 Message-Id: <1401744472-29770-1-git-send-email-wael.nasreddine@gmail.com>\r
46 X-Mailer: git-send-email 1.9.1.423.g4596e3a\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Mon, 02 Jun 2014 21:28:08 -0000\r
60 \r
61 \r
62 This patch add support for running against multiple versions of emacs,\r
63 it currently runs against V23 and V24, example[0]\r
64 \r
65 As a bonus, it looks like the tests are failing using emacs V24[1]\r
66 \r
67 [0]: https://travis-ci.org/eMxyzptlk/notmuch/builds/26612550\r
68 [1]: https://travis-ci.org/eMxyzptlk/notmuch/jobs/26612552#L882\r