<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/bindings, branch 0.38</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.38</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.38'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2023-09-12T11:37:38Z</updated>
<entry>
<title>bindings/python-cffi: clean up notmuch2.egg-info</title>
<updated>2023-09-12T11:37:38Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2023-09-10T23:13:13Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=60b5ea319a45900b1e610715481faaa339ea3a4c'/>
<id>urn:sha1:60b5ea319a45900b1e610715481faaa339ea3a4c</id>
<content type='text'>
This is created (at least) by the Debian build, but there seems no
harm in cleaning it for everyone.
</content>
</entry>
<entry>
<title>build: clean up __pycache__ directories</title>
<updated>2023-09-12T11:07:37Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2023-09-10T23:13:13Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b21747e0c3b7e2a779f5fad10cef4c8fcf233ae4'/>
<id>urn:sha1:b21747e0c3b7e2a779f5fad10cef4c8fcf233ae4</id>
<content type='text'>
These are generated indirectly by certain uses of python in the build.
</content>
</entry>
<entry>
<title>bindings/python-cffi: clean up _notmuch_config.py</title>
<updated>2023-09-12T10:37:32Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2023-09-10T23:13:13Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=32f24b97d053bbe9fee31dcc3d6582b6d87105e4'/>
<id>urn:sha1:32f24b97d053bbe9fee31dcc3d6582b6d87105e4</id>
<content type='text'>
_notmuch_config.py is generated by configure, and cannot be cleaned up
by the current python build system, since it is imported as a module
by that same build system.

Use DISTCLEAN rather than CLEAN for consistency with other configure
related things.
</content>
</entry>
<entry>
<title>version: bump to 0.38</title>
<updated>2023-09-11T22:56:21Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2023-09-11T22:56:21Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=139ea43f3d14cc88151040c172efb01814984e73'/>
<id>urn:sha1:139ea43f3d14cc88151040c172efb01814984e73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version: bump to 0.31~rc2</title>
<updated>2023-09-03T12:09:22Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2023-09-03T12:09:22Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ed5b8f65fc4546fbe9520b3d4d68abb92d3ee92d'/>
<id>urn:sha1:ed5b8f65fc4546fbe9520b3d4d68abb92d3ee92d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version: bump to 0.38~rc1</title>
<updated>2023-08-26T11:29:45Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2023-08-26T11:29:45Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=240e9fff90d30efb3c53f1c08917740939a6666d'/>
<id>urn:sha1:240e9fff90d30efb3c53f1c08917740939a6666d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version: set up 0.38~rc0</title>
<updated>2023-08-24T10:58:19Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2023-08-24T10:58:19Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2f874fb2cc65e3486a47238f039aa80b990f8150'/>
<id>urn:sha1:2f874fb2cc65e3486a47238f039aa80b990f8150</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python: adjust legacy bindings to py 3.12</title>
<updated>2023-07-09T14:43:21Z</updated>
<author>
<name>Michael J Gruber</name>
<email>git@grubix.eu</email>
</author>
<published>2023-06-16T11:19:26Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3771832b013012e408696897215fd0edde7dce37'/>
<id>urn:sha1:3771832b013012e408696897215fd0edde7dce37</id>
<content type='text'>
Py 3.12 finally pulled the plug on the `SafeConfigParser` class which
has been deprecated since py 3.2.

We use it in the legacy bindings only, so take the easy route of
importing `ConfigParser` as `SafeConfigParser` and monkey-patching so
that the class has the expected interface.
</content>
</entry>
<entry>
<title>ruby: db: reorganize initializer</title>
<updated>2023-05-29T10:51:02Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2023-03-31T20:40:50Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=95a4bf38173311597bcc4fa7f597d58bb11ed119'/>
<id>urn:sha1:95a4bf38173311597bcc4fa7f597d58bb11ed119</id>
<content type='text'>
In order to make it more extensible.

No functional changes.

Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
</content>
</entry>
<entry>
<title>ruby: query: fix get sort</title>
<updated>2023-05-25T10:02:59Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2023-04-03T20:27:21Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=afa45bd6b886838b760884a1870f274fc33b5f89'/>
<id>urn:sha1:afa45bd6b886838b760884a1870f274fc33b5f89</id>
<content type='text'>
The order was wrong, right now `query.sort` doesn't return a number.

Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
</content>
</entry>
</feed>
