Re: Query by how many messages are in thread?

2023-08-12 Thread Tim Culverhouse
On Sat Aug 12, 2023 at 1:28 PM CDT, Lars Kotthoff wrote: > Hi all, > > I was wondering whether there's a way to query threads that have a certain > number of messages, in addition to matching the rest of the query. I'm trying > to find threads where I have sent an email (easy enough by just

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

2023-05-06 Thread Tim Culverhouse
Include the 'excluded' field in the structured output schema. Signed-off-by: Tim Culverhouse --- 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

Re: JSON Output Documentation

2023-05-03 Thread Tim Culverhouse
On Wed May 3, 2023 at 2:35 PM CDT, David Bremner wrote: > > We have had some discussions on the pros and cons of more publically > > documenting this interface, but for now you can find the documentation > > in the source, in devel/schemata. > > See attached. Perfect! Thanks! -- Tim

JSON Output Documentation

2023-05-03 Thread Tim Culverhouse
Hey everyone - I've scoured the manpages and website for some documentation on the JSON output format, but haven't found what I'm looking for. For the most part, the commands are easy to figure out, but `notmuch show` has me confused on the array nesting. Does anyone know if there is