<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/doc/man7, branch 0.39_rc2</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.39_rc2</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.39_rc2'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2023-04-13T14:14:58Z</updated>
<entry>
<title>doc: fix typos</title>
<updated>2023-04-13T14:14:58Z</updated>
<author>
<name>Jakub Wilk</name>
<email>jwilk@jwilk.net</email>
</author>
<published>2023-04-13T13:52:11Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=1b878877d928a5279c3c0003d067d8b875f7e42a'/>
<id>urn:sha1:1b878877d928a5279c3c0003d067d8b875f7e42a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib: add field processor for lastmod: prefix</title>
<updated>2022-09-03T11:43:33Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2022-08-14T15:02:59Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2e5ef69fbf9ce9d67720d5d4abba3026302734e5'/>
<id>urn:sha1:2e5ef69fbf9ce9d67720d5d4abba3026302734e5</id>
<content type='text'>
By sharing the existing logic used by the sexp query parser, this
allows negative lastmod revisions to be interpreted as relative to the
most recent revision.
</content>
</entry>
<entry>
<title>lib/sexp: provide relative lastmod queries</title>
<updated>2022-09-03T11:36:53Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2022-08-14T15:02:57Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=606d9b02e46498874f6c3b5af18467c870e8658b'/>
<id>urn:sha1:606d9b02e46498874f6c3b5af18467c870e8658b</id>
<content type='text'>
Test the relatively trivial logic changes for the sexp query parser
first before refactoring that logic to share with the infix query
parser.
</content>
</entry>
<entry>
<title>doc/sexp: document range queries.</title>
<updated>2022-06-25T22:52:42Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2022-06-04T21:53:59Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d73ddec5b8c48c08d38e9e71666947aadafd3fb6'/>
<id>urn:sha1:d73ddec5b8c48c08d38e9e71666947aadafd3fb6</id>
<content type='text'>
Give examples for date fields, as these are commonly useful for user
queries.
</content>
</entry>
<entry>
<title>doc/sexp-queries: be more consistent about ending example text</title>
<updated>2022-04-30T17:22:51Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2022-04-30T17:18:37Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=37492858b61907e4728b2e68e67238c68e9a0d49'/>
<id>urn:sha1:37492858b61907e4728b2e68e67238c68e9a0d49</id>
<content type='text'>
Most, but not all of the the explanatory texts already end in
'.'. This makes the remainder match.
</content>
</entry>
<entry>
<title>doc/sexp-queries: fix example</title>
<updated>2022-04-30T17:13:03Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2022-04-30T17:13:03Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5e90c847d77f254b21d30018f7dcfd41acfa27a8'/>
<id>urn:sha1:5e90c847d77f254b21d30018f7dcfd41acfa27a8</id>
<content type='text'>
Update the explanatory text to match the query.
</content>
</entry>
<entry>
<title>doc/sexp-queries: escape @ in non-verbatim text</title>
<updated>2022-04-30T16:46:51Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2022-04-28T23:46:07Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b2eb0547e172dd766ccbc062319faa90a9500518'/>
<id>urn:sha1:b2eb0547e172dd766ccbc062319faa90a9500518</id>
<content type='text'>
This prevents sphinx-doc from creating spurious mailto: links. Thanks
to Jakub Wilk for telling me about the fix.
</content>
</entry>
<entry>
<title>lib: add sexp: prefix to Xapian (infix) query parser.</title>
<updated>2022-04-15T11:25:46Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2022-04-09T19:45:48Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=a1d139de4d92ae2cdee14d78bd2d66dc2c548714'/>
<id>urn:sha1:a1d139de4d92ae2cdee14d78bd2d66dc2c548714</id>
<content type='text'>
This is analogous to the "infix" prefix provided by the s-expression
based query parser.
</content>
</entry>
<entry>
<title>lib: do not phrase parse prefixed bracketed subexpressions</title>
<updated>2022-03-19T10:27:29Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2022-02-25T02:41:03Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=8ed6a172b35708428f84f30af44fa81c12852e43'/>
<id>urn:sha1:8ed6a172b35708428f84f30af44fa81c12852e43</id>
<content type='text'>
Since Xapian does not preserve quotes when passing the subquery to a
field processor, we have to make a guess as to what the user
intended. Here the added assumption is that a string surrounded by
parens is not intended to be a phrase.
</content>
</entry>
<entry>
<title>doc: replace :math: for subscripts in notmuch-sexp-queries(7)</title>
<updated>2022-01-29T20:37:59Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2022-01-26T13:30:45Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5c183d814b2cb3155cb8eec1c8ab44868ff75d30'/>
<id>urn:sha1:5c183d814b2cb3155cb8eec1c8ab44868ff75d30</id>
<content type='text'>
Sphinx pulls in mathjax to do :math:, which complicates viewing the
html version offline. The direct :sub: is supported directly in html.
</content>
</entry>
</feed>
