mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
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:
parent
e4b429039f
commit
e7f5302114
1 changed files with 2 additions and 1 deletions
|
@ -128,7 +128,8 @@ thread = {
|
||||||
total: int, # total messages in thread
|
total: int, # total messages in thread
|
||||||
authors: string, # comma-separated names with | between
|
authors: string, # comma-separated names with | between
|
||||||
# matched and unmatched
|
# matched and unmatched
|
||||||
subject: string
|
subject: string,
|
||||||
|
tags: [string*]
|
||||||
}
|
}
|
||||||
|
|
||||||
notmuch reply schema
|
notmuch reply schema
|
||||||
|
|
Loading…
Reference in a new issue