<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/bindings, branch 0.38_rc2</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.38_rc2</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.38_rc2'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2023-09-03T12:09:22Z</updated>
<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>
<entry>
<title>ruby: remove FileNames object</title>
<updated>2023-04-12T10:30:01Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2023-03-27T21:59:42Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e4d75fcc8349ae95ec22d0e6679880d23bed37f8'/>
<id>urn:sha1:e4d75fcc8349ae95ec22d0e6679880d23bed37f8</id>
<content type='text'>
Not used anymore now that we return an array of strings directly.

Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
</content>
</entry>
<entry>
<title>ruby: filenames: return string array directly</title>
<updated>2023-04-12T10:29:48Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2023-03-27T21:59:41Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=837426d7be63cf11d51b74464f174724935c5d4f'/>
<id>urn:sha1:837426d7be63cf11d51b74464f174724935c5d4f</id>
<content type='text'>
Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
</content>
</entry>
<entry>
<title>ruby: add filenames helper</title>
<updated>2023-04-12T10:05:23Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2023-03-27T21:59:40Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=777b02a7d7b922bcae08af1c16e475051ec7d8f3'/>
<id>urn:sha1:777b02a7d7b922bcae08af1c16e475051ec7d8f3</id>
<content type='text'>
Right now it doesn't do much, but it will help for further
reorganization.

Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
</content>
</entry>
<entry>
<title>ruby: remove Tags object</title>
<updated>2023-04-02T22:11:10Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2023-03-22T23:43:46Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=44924a6a09659c97d6cde383bf7deac0413d07c3'/>
<id>urn:sha1:44924a6a09659c97d6cde383bf7deac0413d07c3</id>
<content type='text'>
Not used anymore now that we return an array of strings directly.

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