Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / a8 / ea6da561354dc520c57e2e58cbafb904b03050
1 Return-Path: <notmuch@dima.secretsauce.net>\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 3EC54429E28\r
6         for <notmuch@notmuchmail.org>; Sun, 29 May 2011 01:56:41 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_NONE=-0.0001] 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 Q4AWLj-Q6xsW for <notmuch@notmuchmail.org>;\r
16         Sun, 29 May 2011 01:56:40 -0700 (PDT)\r
17 Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com\r
18         [71.74.56.123])\r
19         by olra.theworths.org (Postfix) with ESMTP id A6009429E2A\r
20         for <notmuch@notmuchmail.org>; Sun, 29 May 2011 01:56:37 -0700 (PDT)\r
21 X-Authority-Analysis: v=1.1 cv=NmbQexcdgr4rtO3OwYGrP5Q3rTMpacrTPhuaXkv4uP8=\r
22         c=1 sm=0 a=8YMtuzaJ5FE3wtSInqJrPg==:17 a=ncDVm-j7AAAA:8\r
23         a=dofb1qtkj3KE_IzQZgAA:9 a=1TAlIYiSTWAA:10\r
24         a=8YMtuzaJ5FE3wtSInqJrPg==:117\r
25 X-Cloudmark-Score: 0\r
26 X-Originating-IP: 76.175.234.46\r
27 Received: from [76.175.234.46] ([76.175.234.46:57223]\r
28         helo=localhost.localdomain)\r
29         by hrndva-oedge01.mail.rr.com (envelope-from\r
30         <notmuch@dima.secretsauce.net>) (ecelerity 2.2.3.46 r()) with ESMTP\r
31         id 64/AC-08391-54A02ED4; Sun, 29 May 2011 08:56:37 +0000\r
32 From: notmuch@dima.secretsauce.net\r
33 To: notmuch@notmuchmail.org\r
34 Subject: [PATCH] fixed typo in a comment\r
35 Date: Sun, 29 May 2011 01:56:49 -0700\r
36 Message-Id: <1306659409-21871-1-git-send-email-notmuch@dima.secretsauce.net>\r
37 X-Mailer: git-send-email 1.7.5.3\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Sun, 29 May 2011 08:56:42 -0000\r
51 \r
52 From: Dima Kogan <dima@secretsauce.net>\r
53 \r
54 ---\r
55 \r
56  This patch corrects a typo\r
57 \r
58  test/Makefile |    2 +-\r
59  1 files changed, 1 insertions(+), 1 deletions(-)\r
60 \r
61 diff --git a/test/Makefile b/test/Makefile\r
62 index b6859ea..de492a7 100644\r
63 --- a/test/Makefile\r
64 +++ b/test/Makefile\r
65 @@ -1,4 +1,4 @@\r
66 -# See Makfefile.local for the list of files to be compiled in this\r
67 +# See Makefile.local for the list of files to be compiled in this\r
68  # directory.\r
69  all:\r
70         $(MAKE) -C .. all\r
71 -- \r
72 1.7.4.4\r
73 \r