Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id D0997431FAF for ; Sat, 30 Jun 2012 02:27:11 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.201 X-Spam-Level: X-Spam-Status: No, score=0.201 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BvxSBHpviiir for ; Sat, 30 Jun 2012 02:27:11 -0700 (PDT) Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 407F8431FAE for ; Sat, 30 Jun 2012 02:27:11 -0700 (PDT) Received: by werl57 with SMTP id l57so968651wer.26 for ; Sat, 30 Jun 2012 02:27:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=lmta0jHki3CmcIdTbsCuP2nVnNXlaBIW4EArNERIf6I=; b=T5Yv5c09hynybX0YoBPP15xn+EP1JZMlVRT7onkOMvRlIMjajos6ke/MKqZCZT/DU6 UBAObcB8Wxd66IOggckgcLT98L7bEBEdP9pke9EPdNuHoKpLUQjcHWq/WYd2XWIh9Idu yZ4D6xEeuBr5nU1QDGzKM08TRA4y6rCnLYVZb84cIa/nR2CslvKahnGFX++iXB5BIugB vGJzIJdPCMs/PiBv3FJuMSczAPNt0fGz63QMT4erD/wnK1evIcksWwiIiu0ZozlxsaXp uqEHqahso8ZX3rcYh1EVjeRMG73RJ2iiVdbvl3+it4jZ2IPVqbAzMtPoIAnt5qkLdriK 904g== Received: by 10.216.228.202 with SMTP id f52mr2292641weq.223.1341048429926; Sat, 30 Jun 2012 02:27:09 -0700 (PDT) Received: from localhost (94-192-233-223.zone6.bethere.co.uk. [94.192.233.223]) by mx.google.com with ESMTPS id cl8sm10930340wib.10.2012.06.30.02.27.07 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 30 Jun 2012 02:27:08 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH] Minor correction to devel/schemata Date: Sat, 30 Jun 2012 10:26:43 +0100 Message-Id: <1341048404-11644-1-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <87sjdm12d1.fsf@awakening.csail.mit.edu> References: <87sjdm12d1.fsf@awakening.csail.mit.edu> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jun 2012 09:27:11 -0000 --- In id:"87sjdm12d1.fsf@awakening.csail.mit.edu" Austin pointed out that devel/schemata needs a slight correction with the new --entire-thread=false option. This is that correction. Best wishes Mark devel/schemata | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/devel/schemata b/devel/schemata index 8fcab8e..f7e1b69 100644 --- a/devel/schemata +++ b/devel/schemata @@ -32,7 +32,7 @@ thread = [thread_node*] # A message and its replies (show_messages) thread_node = [ - message?, # null if not matched and not --entire-thread + message|null, # null if not matched and not --entire-thread [thread_node*] # children of message ] -- 1.7.9.1