<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/bindings, branch 0.19_rc1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.19_rc1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.19_rc1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2014-11-05T23:07:45Z</updated>
<entry>
<title>version: update to 0.19~rc1</title>
<updated>2014-11-05T23:07:45Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-11-05T23:06:06Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=f310e349df60f18deea91f3e61971652bf8cdf58'/>
<id>urn:sha1:f310e349df60f18deea91f3e61971652bf8cdf58</id>
<content type='text'>
Sync NEWS debian/changelog at the same time, although in those cases it's a downgrade.
</content>
</entry>
<entry>
<title>Merge tag '0.18.2'</title>
<updated>2014-10-25T16:55:25Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-10-25T16:55:25Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=f5db7ad7d243785c274a99734c681e69d13313d0'/>
<id>urn:sha1:f5db7ad7d243785c274a99734c681e69d13313d0</id>
<content type='text'>
notmuch 0.18.2 release
</content>
</entry>
<entry>
<title>version: bump to 0.18.2</title>
<updated>2014-10-25T16:23:06Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-10-25T16:23:06Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e8420308938d0c7fcc1dc92c822f85f9fd55f141'/>
<id>urn:sha1:e8420308938d0c7fcc1dc92c822f85f9fd55f141</id>
<content type='text'>
No non-documentation changes
</content>
</entry>
<entry>
<title>Merge tag '0.18.2_rc1'</title>
<updated>2014-10-25T09:38:18Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-10-25T09:38:18Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ce44657c9e4919b1e4bbbbbe37dbd72257d40736'/>
<id>urn:sha1:ce44657c9e4919b1e4bbbbbe37dbd72257d40736</id>
<content type='text'>
notmuch 0.18.2~rc1 release

Conflicts:
	NEWS
	debian/changelog
</content>
</entry>
<entry>
<title>version: bump to 0.18.2~rc1</title>
<updated>2014-10-25T09:03:05Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-10-25T08:38:11Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=60bbc06ac062f121bc44b486a733880c3a6ac4d6'/>
<id>urn:sha1:60bbc06ac062f121bc44b486a733880c3a6ac4d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python: Add binding for notmuch_query_add_tag_exclude</title>
<updated>2014-09-23T16:23:39Z</updated>
<author>
<name>Thibaut Horel</name>
<email>thibaut.horel@gmail.com</email>
</author>
<published>2014-08-11T04:43:54Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e13d557bfdf3f07f16e051430056c57e574b650d'/>
<id>urn:sha1:e13d557bfdf3f07f16e051430056c57e574b650d</id>
<content type='text'>
Implemented as the method `exclude_tag` of the class `Query`. This method takes
one argument, a string containing the name of the tag to exclude.
</content>
</entry>
<entry>
<title>python: bump SONAME</title>
<updated>2014-09-16T18:50:57Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-09-16T18:50:57Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=f6ce18fae9481d2d353b301900e675e47acabb3f'/>
<id>urn:sha1:f6ce18fae9481d2d353b301900e675e47acabb3f</id>
<content type='text'>
This should have happened in commit 6754ad9f9, but oops.

This was not caught by our test suite because it uses an installed
notmuch library of it cannot find the just built one.
</content>
</entry>
<entry>
<title>ruby: handle return status of database close</title>
<updated>2014-09-16T18:17:15Z</updated>
<author>
<name>Peter Wang</name>
<email>novalazy@gmail.com</email>
</author>
<published>2014-04-16T12:59:20Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=034102303eb4a2577ea06a453241fed6fe882322'/>
<id>urn:sha1:034102303eb4a2577ea06a453241fed6fe882322</id>
<content type='text'>
Throw an exception if notmuch_database_destroy fails.
</content>
</entry>
<entry>
<title>go: add return status to database close method</title>
<updated>2014-09-16T18:17:06Z</updated>
<author>
<name>Peter Wang</name>
<email>novalazy@gmail.com</email>
</author>
<published>2014-04-16T12:59:19Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d81fc4b42de2687a06046d068fe391282b0b8b8f'/>
<id>urn:sha1:d81fc4b42de2687a06046d068fe391282b0b8b8f</id>
<content type='text'>
Add return status to the Database.Close() method that calls
notmuch_database_destroy.
</content>
</entry>
<entry>
<title>python: handle return status of database close and destroy</title>
<updated>2014-09-16T18:16:52Z</updated>
<author>
<name>Peter Wang</name>
<email>novalazy@gmail.com</email>
</author>
<published>2014-04-16T12:59:18Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ea90d8e043e348616d9e17cef66c17274342dacd'/>
<id>urn:sha1:ea90d8e043e348616d9e17cef66c17274342dacd</id>
<content type='text'>
Throw an exception if notmuch_database_close or notmuch_database_destroy
fail.
</content>
</entry>
</feed>
