From: Austin Clements Date: Tue, 3 Jul 2012 05:47:38 +0000 (-0400) Subject: Add missing "tags" field to search schema X-Git-Tag: 0.14~71 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=e7f5302114da0b86c6682cc676607c0d64c55e5e Add missing "tags" field to search schema This field is output by search, but it didn't make it into the documentation. --- diff --git a/devel/schemata b/devel/schemata index f7e1b69f..6677a1c9 100644 --- a/devel/schemata +++ b/devel/schemata @@ -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