<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/bindings/python/docs, branch 0.23</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.23</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.23'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2016-06-05T11:32:17Z</updated>
<entry>
<title>Use https instead of http where possible</title>
<updated>2016-06-05T11:32:17Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2016-06-02T16:26:14Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6a833a6e83865f6999707cc30768d07e1351c2cb'/>
<id>urn:sha1:6a833a6e83865f6999707cc30768d07e1351c2cb</id>
<content type='text'>
Many of the external links found in the notmuch source can be resolved
using https instead of http.  This changeset addresses as many as i
could find, without touching the e-mail corpus or expected outputs
found in tests.
</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: 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 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>Unset html_static_path in Python bindings docs</title>
<updated>2014-05-28T12:46:02Z</updated>
<author>
<name>Amadeusz Żołnowski</name>
<email>aidecoe@aidecoe.name</email>
</author>
<published>2014-05-12T10:35:41Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=175144f6ad313527e1dfb45b6decedc26d569917'/>
<id>urn:sha1:175144f6ad313527e1dfb45b6decedc26d569917</id>
<content type='text'>
html_static_path is a kind of source directory and it was set to
destination directory (../html) which caused infinite recursion with
Sphinx 1.2 and above.
</content>
</entry>
<entry>
<title>python: remove Database.db_p</title>
<updated>2012-12-21T09:56:06Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-12-21T09:37:54Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=8728340644da8af1d60af6c9ee329a83549b9ce7'/>
<id>urn:sha1:8728340644da8af1d60af6c9ee329a83549b9ce7</id>
<content type='text'>
The function has been marked as deprecated in 0.14 and is now removed.

Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>python: remove the "notmuch binary" section from the docs</title>
<updated>2012-05-17T15:47:49Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-05-17T15:47:49Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=643719dfce3bc1c9fa3a0d861076069d08d7bbbc'/>
<id>urn:sha1:643719dfce3bc1c9fa3a0d861076069d08d7bbbc</id>
<content type='text'>
Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>python: remove format_message_as_{json,text} from the sphinx docs</title>
<updated>2012-05-16T14:57:45Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-05-16T14:57:45Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b9d1045474584c7bb2c294be19c7401f78a37f62'/>
<id>urn:sha1:b9d1045474584c7bb2c294be19c7401f78a37f62</id>
<content type='text'>
Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>python: document the Database.close function</title>
<updated>2012-04-30T17:48:45Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-04-30T17:48:45Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ca1e232e5fa35c2fabe0ef4fcb78911bcffe67b8'/>
<id>urn:sha1:ca1e232e5fa35c2fabe0ef4fcb78911bcffe67b8</id>
<content type='text'>
Put a prominent warning into the docstring of Database.close, make the
function show up in the sphinx doc and refer to the warning in the
paragraph mentioning the context manager protocol.

Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>python: fix the documentation</title>
<updated>2012-04-30T16:32:32Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-04-30T16:32:32Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=60e512d84fd04291f552503f139ae6893b25018b'/>
<id>urn:sha1:60e512d84fd04291f552503f139ae6893b25018b</id>
<content type='text'>
Remove the reference to Filenames.as_generator in the sphinx
documentation.

Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
</feed>
