From e7f5302114da0b86c6682cc676607c0d64c55e5e Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Tue, 3 Jul 2012 01:47:38 -0400 Subject: [PATCH] Add missing "tags" field to search schema This field is output by search, but it didn't make it into the documentation. --- devel/schemata | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.43.0