<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/bindings, branch 0.22_rc0</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.22_rc0</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.22_rc0'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2016-04-16T11:44:39Z</updated>
<entry>
<title>version: bump to 0.22~rc0</title>
<updated>2016-04-16T11:44:39Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-04-16T11:44:39Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=73334f403c1f76a787a10ccafcaea40a96c03321'/>
<id>urn:sha1:73334f403c1f76a787a10ccafcaea40a96c03321</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bindings: drop build time message on missing ruby dependency</title>
<updated>2016-04-16T11:26:40Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2016-04-13T18:08:45Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=8a433aad9901f014e36f1b5cf36e2a6ac9cb466b'/>
<id>urn:sha1:8a433aad9901f014e36f1b5cf36e2a6ac9cb466b</id>
<content type='text'>
The usual make message on everything being up to date is:

	make: Nothing to be done for 'all'.

However, since

commit d038b9320949c79503fe4b76870aaabf279405ab
Author: David Bremner &lt;david@tethera.net&gt;
Date:   Mon Jun 1 09:08:59 2015 +0200

    build: integrate building ruby bindings into notmuch build process

if one doesn't have the ruby dependencies installed, the message has
been:

	Missing dependency, skipping ruby bindings

Restore the usual behaviour by dropping the message. It's redundant
during build anyway, since the configure script already outputs:

	Checking for ruby development files... No (skipping ruby bindings)
</content>
</entry>
<entry>
<title>python: update the README</title>
<updated>2016-03-14T19:29:08Z</updated>
<author>
<name>Justus Winter</name>
<email>justus@gnupg.org</email>
</author>
<published>2016-03-14T19:29:08Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=bd68a862ae4d59bd4bd6aa9300bd83663adcaa66'/>
<id>urn:sha1:bd68a862ae4d59bd4bd6aa9300bd83663adcaa66</id>
<content type='text'>
Signed-off-by: Justus Winter &lt;justus@gnupg.org&gt;
</content>
</entry>
<entry>
<title>notmuch.Database.remove_message should raise exception on failure</title>
<updated>2016-02-11T19:41:54Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2016-02-10T16:53:46Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=fa0bc2ef91cf5c5a86ac24cd76383be3b1819cee'/>
<id>urn:sha1:fa0bc2ef91cf5c5a86ac24cd76383be3b1819cee</id>
<content type='text'>
The notmuch python bindings document that database.remove_message
should raise an exception when the message removal fails, but they
don't actually do it.
</content>
</entry>
<entry>
<title>python: cleanup imports</title>
<updated>2016-01-08T12:58:33Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2016-01-08T12:56:10Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=a5c1536d9a631f15c74602ef12a0867d278a7af0'/>
<id>urn:sha1:a5c1536d9a631f15c74602ef12a0867d278a7af0</id>
<content type='text'>
Drop unused imports, and avoid warning about unused imports when we
import something on behalf of another module.

Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>python: Remove {Filenames,Threads}.__len__</title>
<updated>2016-01-08T12:58:33Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2016-01-08T11:27:20Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=096c600b96e5d556b67ac01263a1364d0b8e9115'/>
<id>urn:sha1:096c600b96e5d556b67ac01263a1364d0b8e9115</id>
<content type='text'>
Remove the __len__ functions, as they exhaust the iterator, breaking
'list(x)'.

This is a follow-up to 8866a89e.

Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>python: update bindings for the new query search API</title>
<updated>2016-01-08T12:58:33Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2015-12-24T12:57:21Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e2ecf2b0ebd41257eb82dc1c1ff6d0d970209356'/>
<id>urn:sha1:e2ecf2b0ebd41257eb82dc1c1ff6d0d970209356</id>
<content type='text'>
Use 'notmuch_query_search_{threads,messages}_st' instead of their
deprecated counterpart.

Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>python: add new errors</title>
<updated>2016-01-08T12:58:33Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2015-12-24T11:51:30Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9ed1eea8b63115343ec4a32907d9a1e1b9c0b7f1'/>
<id>urn:sha1:9ed1eea8b63115343ec4a32907d9a1e1b9c0b7f1</id>
<content type='text'>
Add support for the new notmuch status codes UNSUPPORTED_OPERATION,
UPGRADE_REQUIRED, and PATH_ERROR.

Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>python: add missing import</title>
<updated>2016-01-08T12:58:33Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2015-12-24T11:41:24Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e3d34ef0afba28a6e9dcab0057de90f688f4ca57'/>
<id>urn:sha1:e3d34ef0afba28a6e9dcab0057de90f688f4ca57</id>
<content type='text'>
Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>python: fix argument for filenames_destroy</title>
<updated>2016-01-08T11:37:38Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2015-12-12T19:22:12Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=87aa5aea5601a145c1163069a6d3ce7c4d190f1f'/>
<id>urn:sha1:87aa5aea5601a145c1163069a6d3ce7c4d190f1f</id>
<content type='text'>
</content>
</entry>
</feed>
