[PATCH] Add missing "tags" field to search schema

Austin Clements amdragon at MIT.EDU
Mon Jul 2 22:47:38 PDT 2012


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 8fcab8e..06320f4 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
-- 
1.7.10



More information about the notmuch mailing list