[PATCH] This patch is a little finger excercise for working with git. I found a piece...
[notmuch-archives.git] / d5 / 37ec0ce39f5b7f010a54db4dc52041aea50666
1 Return-Path: <markwalters1009@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 2907E431FAF\r
6         for <notmuch@notmuchmail.org>; Sat, 30 Jun 2012 04:14:37 -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.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id WmSyGpSu8btY for <notmuch@notmuchmail.org>;\r
18         Sat, 30 Jun 2012 04:14:36 -0700 (PDT)\r
19 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
20         [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 84161431FAE\r
23         for <notmuch@notmuchmail.org>; Sat, 30 Jun 2012 04:14:36 -0700 (PDT)\r
24 Received: by werl57 with SMTP id l57so1014132wer.26\r
25         for <notmuch@notmuchmail.org>; Sat, 30 Jun 2012 04:14:33 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references;\r
28         bh=2v/y6u0AI8AuFxWkw1K+8XCFccJ6onOgjt/ZhjAdN+w=;\r
29         b=Sba1iw3KlQfDBpZGkaAWKmkmD17qpzwpUt0B9Q1XmTRDXhI5HGIaENbB/5QHRFaZAw\r
30         ur6Zgwo/zUq6lt2GBXsgXOouEExpMYM8yhYDGG6/fwWwqN13hrMp801ic45YDXijcDJN\r
31         E6/CV2KUJdvzTuYyKwVbQwWSNAYg4c0IkkvYLJKlBgBr/QOQ8oNSnWylHRWuR+plqDtz\r
32         qDqpeATAEiZUrriiSKl777l2g/gsH5xBeQBnxtUstlzgEjxetGm33r7W8FTRU2I/FKcU\r
33         UiI6tJv/9XgBY3mW/APgDs+Pp95iJWQju7ZyMT6aVTTjN+VhQ4osrzuJJnEWLa8XHPkY\r
34         JIQg==\r
35 Received: by 10.180.78.161 with SMTP id c1mr4386653wix.1.1341054873709;\r
36         Sat, 30 Jun 2012 04:14:33 -0700 (PDT)\r
37 Received: from localhost (94-192-233-223.zone6.bethere.co.uk.\r
38  [94.192.233.223])      by mx.google.com with ESMTPS id\r
39  dg2sm20425770wib.4.2012.06.30.04.14.31 (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Sat, 30 Jun 2012 04:14:32 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [Patch v2] Minor correction to devel/schemata\r
44 Date: Sat, 30 Jun 2012 12:14:15 +0100\r
45 Message-Id: <1341054855-17200-1-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\r
47 In-Reply-To: <1341048404-11644-1-git-send-email-markwalters1009@gmail.com>\r
48 References: <1341048404-11644-1-git-send-email-markwalters1009@gmail.com>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Sat, 30 Jun 2012 11:14:37 -0000\r
62 \r
63 In id:"87sjdm12d1.fsf@awakening.csail.mit.edu" Austin pointed out that\r
64 devel/schemata needs a slight correction with the new\r
65 --entire-thread=false option. This is that correction.\r
66 \r
67 ---\r
68 \r
69 Resend with better commit message\r
70 \r
71 Best wishes\r
72 \r
73 Mark\r
74 \r
75  devel/schemata |    2 +-\r
76  1 files changed, 1 insertions(+), 1 deletions(-)\r
77 \r
78 diff --git a/devel/schemata b/devel/schemata\r
79 index 8fcab8e..f7e1b69 100644\r
80 --- a/devel/schemata\r
81 +++ b/devel/schemata\r
82 @@ -32,7 +32,7 @@ thread = [thread_node*]\r
83  \r
84  # A message and its replies (show_messages)\r
85  thread_node = [\r
86 -    message?,                 # null if not matched and not --entire-thread\r
87 +    message|null,             # null if not matched and not --entire-thread\r
88      [thread_node*]            # children of message\r
89  ]\r
90  \r
91 -- \r
92 1.7.9.1\r
93 \r