Add missing "tags" field to search schema

This field is output by search, but it didn't make it into the
documentation.
This commit is contained in:
Austin Clements 2012-07-03 01:47:38 -04:00 committed by David Bremner
parent e4b429039f
commit e7f5302114

View file

@ -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