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

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

Date: Tue, 3 Jul 2012 01:47:38 -0400

To: notmuch@notmuchmail.org

Cc:

From: Austin Clements


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


Thread: