Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 23 / bc141d488bfcb18e010dd844956dd05ef17961
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 olra.theworths.org (Postfix) with ESMTP id 3AEF1431FAE\r
6         for <notmuch@notmuchmail.org>; Wed, 28 Nov 2012 13:27:14 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 1kk1tJCu9M7T for <notmuch@notmuchmail.org>;\r
16         Wed, 28 Nov 2012 13:27:13 -0800 (PST)\r
17 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
18         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 86209431FAF\r
21         for <notmuch@notmuchmail.org>; Wed, 28 Nov 2012 13:27:13 -0800 (PST)\r
22 Received: from convex-new.cs.unb.ca ([131.202.245.35])\r
23         by tesseract.cs.unb.ca with esmtpsa\r
24         (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72)\r
25         (envelope-from <bremner@tesseract.cs.unb.ca>)\r
26         id 1Tdp9y-00014H-L0; Wed, 28 Nov 2012 17:27:12 -0400\r
27 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.80)\r
28         (envelope-from <bremner@convex-new.cs.unb.ca>)\r
29         id 1Tdp9t-0000oz-9Y; Wed, 28 Nov 2012 17:27:05 -0400\r
30 From: david@tethera.net\r
31 To: notmuch@notmuchmail.org\r
32 Subject: [PATCH 1/2] performance-test/README: update instructions for fetching\r
33         corpus.\r
34 Date: Wed, 28 Nov 2012 17:27:00 -0400\r
35 Message-Id: <1354138021-3127-1-git-send-email-david@tethera.net>\r
36 X-Mailer: git-send-email 1.7.10.4\r
37 X-Spam_bar: -\r
38 Cc: David Bremner <bremner@debian.org>\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Wed, 28 Nov 2012 21:27:14 -0000\r
52 \r
53 From: David Bremner <bremner@debian.org>\r
54 \r
55 It turns out not everybody on the planet has my gpg key.\r
56 ---\r
57  performance-test/README |   13 +++++++++++--\r
58  1 file changed, 11 insertions(+), 2 deletions(-)\r
59 \r
60 diff --git a/performance-test/README b/performance-test/README\r
61 index 630cf13..36f1dac 100644\r
62 --- a/performance-test/README\r
63 +++ b/performance-test/README\r
64 @@ -12,9 +12,18 @@ In addition to having notmuch, you need:\r
65  Getting set up to run tests:\r
66  ----------------------------\r
67  \r
68 -First, you need to get the corpus.\r
69 +First, you need to get the corpus.  If you don't already have the gpg\r
70 +key for David Bremner, run\r
71  \r
72 -It should work to run\r
73 +   % gpg --search 'david@tethera.net'\r
74 +\r
75 +This should get you a key with fingerprint\r
76 +\r
77 +    815B 6398 2A79 F8E7 C727  86C4 762B 57BB 7842 06AD\r
78 +\r
79 +(the last 8 digits are printed as the "key id").\r
80 +\r
81 +To fetch the actual corpus it should work to run\r
82  \r
83     % make download-corpus\r
84  \r
85 -- \r
86 1.7.10.4\r
87 \r