[Patch v2] Minor correction to devel/schemata

Austin Clements amdragon at MIT.EDU
Sat Jun 30 11:43:58 PDT 2012


LGTM.

On Sat, 30 Jun 2012, Mark Walters <markwalters1009 at gmail.com> wrote:
> In id:"87sjdm12d1.fsf at 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 at notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch


More information about the notmuch mailing list