]> git.notmuchmail.org Git - notmuch/blobdiff - devel/schemata
Add missing "tags" field to search schema
[notmuch] / devel / schemata
index f7e1b69f57581d2b230c6700da9b6f8b414ab2dc..6677a1c9a38705c728ca62d682539c6bf8225bdb 100644 (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