X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=devel%2Fschemata;h=6677a1c9a38705c728ca62d682539c6bf8225bdb;hp=8fcab8e5f8ed2eaf806a5f611960e55b06a56e67;hb=e7f5302114da0b86c6682cc676607c0d64c55e5e;hpb=fdce20d365d58491bd82a5944915843972fc0f00 diff --git a/devel/schemata b/devel/schemata index 8fcab8e5..6677a1c9 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 ] @@ -128,7 +128,8 @@ thread = { total: int, # total messages in thread authors: string, # comma-separated names with | between # matched and unmatched - subject: string + subject: string, + tags: [string*] } notmuch reply schema