<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/bindings/python/docs, branch debian/0.7_rc1-1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.7_rc1-1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.7_rc1-1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2011-06-16T13:41:48Z</updated>
<entry>
<title>python: Improve API documentation</title>
<updated>2011-06-16T13:41:48Z</updated>
<author>
<name>Sebastian Spaeth</name>
<email>Sebastian@SSpaeth.de</email>
</author>
<published>2011-06-16T13:41:48Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=0817f0e168c8212200fc6624aeaac77318a9bc35'/>
<id>urn:sha1:0817f0e168c8212200fc6624aeaac77318a9bc35</id>
<content type='text'>
Various API doc cleanups and improvements. No code change.

Signed-off-by: Sebastian Spaeth &lt;Sebastian@SSpaeth.de&gt;
</content>
</entry>
<entry>
<title>python: Remove Messages().__len__</title>
<updated>2011-06-15T12:25:33Z</updated>
<author>
<name>Sebastian Spaeth</name>
<email>Sebastian@SSpaeth.de</email>
</author>
<published>2011-06-15T12:25:33Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=8866a89e3cff46dbd791a1385ca5c800a5c9091e'/>
<id>urn:sha1:8866a89e3cff46dbd791a1385ca5c800a5c9091e</id>
<content type='text'>
Messages.__len__() exhausted the iterator and list() inherently calls
len(), so we could not invoke list(msgs) without getting errors. Fix
this by implementing __nonzero__ but removing __len__ on Messages.

Use Query.count_messages() or len(list(msgs)) if you need to know the
number.

Signed-off-by: Sebastian Spaeth &lt;Sebastian@SSpaeth.de&gt;
</content>
</entry>
<entry>
<title>bindings/python: Include the new get_filenames in the API docs</title>
<updated>2011-06-02T07:20:56Z</updated>
<author>
<name>Sebastian Spaeth</name>
<email>Sebastian@SSpaeth.de</email>
</author>
<published>2011-06-02T07:20:56Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=4d406d9c252e707477a1cc744c4ee74bde4d1c3c'/>
<id>urn:sha1:4d406d9c252e707477a1cc744c4ee74bde4d1c3c</id>
<content type='text'>
They had accidentally been left out, so we should also include the
function docs for get_messages in the API docs.

Signed-off-by: Sebastian Spaeth &lt;Sebastian@SSpaeth.de&gt;
</content>
</entry>
<entry>
<title>python: Add UNSORTED as Query.SORT option</title>
<updated>2010-04-23T11:40:38Z</updated>
<author>
<name>Sebastian Spaeth</name>
<email>Sebastian@SSpaeth.de</email>
</author>
<published>2010-04-23T11:37:08Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=af8664689ac66b2ee79c904c6483f1172768da39'/>
<id>urn:sha1:af8664689ac66b2ee79c904c6483f1172768da39</id>
<content type='text'>
Keep up to date with the libnotmuch.so API.

Signed-off-by: Sebastian Spaeth &lt;Sebastian@SSpaeth.de&gt;
</content>
</entry>
<entry>
<title>Move everything down into a bindings/python directory.</title>
<updated>2010-04-22T00:29:34Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-22T00:23:49Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3b558de7811a765c3295a58bd53e2156eca0e32e'/>
<id>urn:sha1:3b558de7811a765c3295a58bd53e2156eca0e32e</id>
<content type='text'>
In preparation for merging the python bindings into the notmuch
repository.
</content>
</entry>
</feed>
