Re: [Patch v2] Minor correction to devel/schemata

Subject: Re: [Patch v2] Minor correction to devel/schemata

Date: Sat, 30 Jun 2012 14:43:58 -0400

To: Mark Walters, notmuch@notmuchmail.org

Cc:

From: Austin Clements


LGTM.

On Sat, 30 Jun 2012, Mark Walters <markwalters1009@gmail.com> wrote:
> 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
>
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch

Thread: