<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/bindings, branch 0.22.2</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.22.2</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.22.2'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2016-09-08T22:05:12Z</updated>
<entry>
<title>version: bump to 0.22.2</title>
<updated>2016-09-08T22:05:12Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-09-08T22:05:12Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=afef67679378cde97153f262336880ffe14d7aed'/>
<id>urn:sha1:afef67679378cde97153f262336880ffe14d7aed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version: bump to 0.22</title>
<updated>2016-07-19T09:33:37Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-07-19T09:33:37Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=51816247d2eacf0af3367c0db85d710a7788797b'/>
<id>urn:sha1:51816247d2eacf0af3367c0db85d710a7788797b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version: bump to 0.21.1~rc0</title>
<updated>2016-06-30T15:52:42Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-06-30T15:52:42Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=308b44290d8b2bfc0196964bb860d6a5c0781073'/>
<id>urn:sha1:308b44290d8b2bfc0196964bb860d6a5c0781073</id>
<content type='text'>
Getting ready for the point release
</content>
</entry>
<entry>
<title>bump version and NEWS date for 0.22 release</title>
<updated>2016-04-27T00:36:53Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-04-27T00:32:24Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e6e395435d3ca054ec0dd7f31651a261405f7b48'/>
<id>urn:sha1:e6e395435d3ca054ec0dd7f31651a261405f7b48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version: bump to 0.22~rc1</title>
<updated>2016-04-24T21:02:05Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-04-24T21:02:05Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=0a58d534a5afbdb9abb971f859bb19b23ec2d461'/>
<id>urn:sha1:0a58d534a5afbdb9abb971f859bb19b23ec2d461</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
