Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / c8 / 0cbdbded1b990266b5554b56ffd75018426d6b
1 Return-Path: <bremner@tesseract.cs.unb.ca>\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 arlo.cworth.org (Postfix) with ESMTP id A20386DE14F2\r
6  for <notmuch@notmuchmail.org>; Sat, 23 May 2015 13:29:59 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.287\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.287 tagged_above=-999 required=5 tests=[AWL=0.277, \r
12  T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id B02RuOE6pIRt for <notmuch@notmuchmail.org>;\r
16  Sat, 23 May 2015 13:29:54 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18  [87.98.215.224])\r
19  by arlo.cworth.org (Postfix) with ESMTPS id 925036DE147C\r
20  for <notmuch@notmuchmail.org>; Sat, 23 May 2015 13:29:54 -0700 (PDT)\r
21 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
22  4.80) (envelope-from <bremner@tesseract.cs.unb.ca>)\r
23  id 1YwG37-0002qM-FA\r
24  for notmuch@notmuchmail.org; Sat, 23 May 2015 20:29:37 +0000\r
25 Received: (nullmailer pid 8752 invoked by uid 1000); Sat, 23 May 2015\r
26  20:28:59 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: Support running test suite using python3\r
30 Date: Sat, 23 May 2015 22:28:43 +0200\r
31 Message-Id: <1432412927-8373-1-git-send-email-david@tethera.net>\r
32 X-Mailer: git-send-email 2.1.4\r
33 X-BeenThere: notmuch@notmuchmail.org\r
34 X-Mailman-Version: 2.1.18\r
35 Precedence: list\r
36 List-Id: "Use and development of the notmuch mail system."\r
37  <notmuch.notmuchmail.org>\r
38 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
39  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
40 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
41 List-Post: <mailto:notmuch@notmuchmail.org>\r
42 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
43 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
44  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
45 X-List-Received-Date: Sat, 23 May 2015 20:29:59 -0000\r
46 \r
47 On systems where the default python is python2 (i.e. most of them),\r
48 there's not convenient way to try out the test suite with python3.\r
49 This series aims to make that easier by making\r
50 \r
51 % PYTHON=python3 ./configure\r
52 \r
53 propagate something useful to the test suite.\r
54 \r
55 The last patch is not strictly needed, but it helped me figure out\r
56 what was wrong when the python3 version of sphinx was not installed.\r