aboutsummaryrefslogtreecommitdiffhomepage
path: root/devel
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2012-07-03 01:47:38 -0400
committerGravatar David Bremner <bremner@debian.org>2012-07-09 15:45:37 -0600
commite7f5302114da0b86c6682cc676607c0d64c55e5e (patch)
tree2f5831b2991d8530e0d3c1f22e8fabc8c801b839 /devel
parente4b429039f2598c34ad2a690beb122219705fd5f (diff)
Add missing "tags" field to search schema
This field is output by search, but it didn't make it into the documentation.
Diffstat (limited to 'devel')
-rw-r--r--devel/schemata3
1 files changed, 2 insertions, 1 deletions
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