unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] Add missing "tags" field to search schema
@ 2012-07-03  5:47 Austin Clements
  2012-07-10  2:11 ` David Bremner
  0 siblings, 1 reply; 2+ messages in thread
From: Austin Clements @ 2012-07-03  5:47 UTC (permalink / raw)
  To: notmuch

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Add missing "tags" field to search schema
  2012-07-03  5:47 [PATCH] Add missing "tags" field to search schema Austin Clements
@ 2012-07-10  2:11 ` David Bremner
  0 siblings, 0 replies; 2+ messages in thread
From: David Bremner @ 2012-07-10  2:11 UTC (permalink / raw)
  To: Austin Clements, notmuch

On Tue,  3 Jul 2012 01:47:38 -0400, Austin Clements <amdragon@MIT.EDU> wrote:
> This field is output by search, but it didn't make it into the
> documentation.

pushed, 

d

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-10  2:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-03  5:47 [PATCH] Add missing "tags" field to search schema Austin Clements
2012-07-10  2:11 ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).