[PATCH] schemata: document 'excluded' field in structured output

Subject: [PATCH] schemata: document 'excluded' field in structured output

Date: Sat, 6 May 2023 19:59:27 -0500

To: notmuch@notmuchmail.org

Cc:

From: Tim Culverhouse


Include the 'excluded' field in the structured output schema.

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
---
 devel/schemata | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/schemata b/devel/schemata
index 66bcdbed8d01..4e05cdacdf04 100644
--- a/devel/schemata
+++ b/devel/schemata
@@ -76,6 +76,7 @@ message = {
     # (format_message_sprinter)
     id:             messageid,
     match:          bool,
+    excluded:       bool,
     filename:	    [string*],
     timestamp:      unix_time, # date header as unix time
     date_relative:  string,   # user-friendly timestamp
-- 
2.40.1

_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: