<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch, branch 0.11.1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.11.1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.11.1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2012-02-03T12:36:58Z</updated>
<entry>
<title>debian: changelog for 0.11.1</title>
<updated>2012-02-03T12:36:58Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2012-02-03T12:36:58Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=f38bc44653ad910abb95add6b09321da11f50581'/>
<id>urn:sha1:f38bc44653ad910abb95add6b09321da11f50581</id>
<content type='text'>
mention the two bugfixes
</content>
</entry>
<entry>
<title>version: bump to 0.11.1</title>
<updated>2012-02-03T12:32:49Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2012-02-03T12:32:49Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c10b780b44128983c56253e46fa2e5f8553f2e0e'/>
<id>urn:sha1:c10b780b44128983c56253e46fa2e5f8553f2e0e</id>
<content type='text'>
also semi-automatically update man page and python bindings versions.
</content>
</entry>
<entry>
<title>NEWS: set release date for 0.11.1</title>
<updated>2012-02-03T12:30:30Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2012-02-03T12:30:30Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3f44da70b1dab028301641f7cfe5da6e420d60d9'/>
<id>urn:sha1:3f44da70b1dab028301641f7cfe5da6e420d60d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>emacs: quote MML tags in replies</title>
<updated>2012-02-03T12:26:41Z</updated>
<author>
<name>Aaron Ecay</name>
<email>aaronecay@gmail.com</email>
</author>
<published>2012-02-03T10:24:08Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ae438ccd8c77831158c7c30f19710d798ee4a6b4'/>
<id>urn:sha1:ae438ccd8c77831158c7c30f19710d798ee4a6b4</id>
<content type='text'>
Emacs message-mode uses certain text strings to indicate how to attach
files to outgoing mail.  If these are present in the text of an email,
and a user is tricked into replying to the message, the user’s files
could be exposed.

Edited-by: Pieter Praet &lt;pieter@praet.org&gt;:  Rebased to release branch.
</content>
</entry>
<entry>
<title>test: add tests for quoting of MML tags in replies</title>
<updated>2012-02-03T12:26:27Z</updated>
<author>
<name>Aaron Ecay</name>
<email>aaronecay@gmail.com</email>
</author>
<published>2012-02-03T10:24:07Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3f2050ac221a4c940c12442f156f12fff11600c6'/>
<id>urn:sha1:3f2050ac221a4c940c12442f156f12fff11600c6</id>
<content type='text'>
The test is broken at this time; the next commit will introduce a fix.

Edited-by: Pieter Praet &lt;pieter@praet.org&gt;:
  Rebased to release branch, moved expected output into the actual test,
  and fixed "Fcc:" line.
</content>
</entry>
<entry>
<title>Add a NEWS section for 0.11.1 and document the python error handling bugfix</title>
<updated>2012-01-23T18:38:40Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-01-23T12:15:03Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c8410bce8ba4fb40672f997e66ac4f94072b6349'/>
<id>urn:sha1:c8410bce8ba4fb40672f997e66ac4f94072b6349</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python: fix error handling</title>
<updated>2012-01-23T11:44:08Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-01-22T13:09:35Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=221c7e0b38177f5f1dbf0561580c15e8aaa49004'/>
<id>urn:sha1:221c7e0b38177f5f1dbf0561580c15e8aaa49004</id>
<content type='text'>
Before 3434d1940 the return values of libnotmuch functions were
declared as c_void_p and the code checking for errors compared the
returned value to None, which is the ctypes equivalent of a NULL
pointer.

But said commit wrapped all the data types in python classes and the
semantic changed in a subtle way. If a function returns NULL, the
wrapped python value is falsish, but no longer equal to None.

Backported from master to 0.11.
</content>
</entry>
<entry>
<title>NEWS: set release date.</title>
<updated>2012-01-14T00:28:44Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2012-01-14T00:28:44Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ffce9b7c25b9b44ec026b67d96e44cae09c99efe'/>
<id>urn:sha1:ffce9b7c25b9b44ec026b67d96e44cae09c99efe</id>
<content type='text'>
It's Friday the thirteenth. What could possibly go wrong?
</content>
</entry>
<entry>
<title>debian: changelog stanza for 0.11</title>
<updated>2012-01-14T00:06:39Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2012-01-14T00:06:39Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=307a2e3fa247392d1160938a50f01621df9ea4c4'/>
<id>urn:sha1:307a2e3fa247392d1160938a50f01621df9ea4c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update version to 0.11</title>
<updated>2012-01-13T23:58:36Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2012-01-13T23:58:36Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9ada8335c6c3c60db3e0b66281e2f6382fadb9e3'/>
<id>urn:sha1:9ada8335c6c3c60db3e0b66281e2f6382fadb9e3</id>
<content type='text'>
</content>
</entry>
</feed>
