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 2907E431FAF for ; Sat, 30 Jun 2012 04:14:37 -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 WmSyGpSu8btY for ; Sat, 30 Jun 2012 04:14:36 -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 84161431FAE for ; Sat, 30 Jun 2012 04:14:36 -0700 (PDT) Received: by werl57 with SMTP id l57so1014132wer.26 for ; Sat, 30 Jun 2012 04:14:33 -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=2v/y6u0AI8AuFxWkw1K+8XCFccJ6onOgjt/ZhjAdN+w=; b=Sba1iw3KlQfDBpZGkaAWKmkmD17qpzwpUt0B9Q1XmTRDXhI5HGIaENbB/5QHRFaZAw ur6Zgwo/zUq6lt2GBXsgXOouEExpMYM8yhYDGG6/fwWwqN13hrMp801ic45YDXijcDJN E6/CV2KUJdvzTuYyKwVbQwWSNAYg4c0IkkvYLJKlBgBr/QOQ8oNSnWylHRWuR+plqDtz qDqpeATAEiZUrriiSKl777l2g/gsH5xBeQBnxtUstlzgEjxetGm33r7W8FTRU2I/FKcU UiI6tJv/9XgBY3mW/APgDs+Pp95iJWQju7ZyMT6aVTTjN+VhQ4osrzuJJnEWLa8XHPkY JIQg== Received: by 10.180.78.161 with SMTP id c1mr4386653wix.1.1341054873709; Sat, 30 Jun 2012 04:14:33 -0700 (PDT) Received: from localhost (94-192-233-223.zone6.bethere.co.uk. [94.192.233.223]) by mx.google.com with ESMTPS id dg2sm20425770wib.4.2012.06.30.04.14.31 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 30 Jun 2012 04:14:32 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [Patch v2] Minor correction to devel/schemata Date: Sat, 30 Jun 2012 12:14:15 +0100 Message-Id: <1341054855-17200-1-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1341048404-11644-1-git-send-email-markwalters1009@gmail.com> References: <1341048404-11644-1-git-send-email-markwalters1009@gmail.com> 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 11:14:37 -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. --- Resend with better commit message 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