<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/AUTHORS, branch release</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=release</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=release'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2020-08-22T12:13:26Z</updated>
<entry>
<title>AUTHORS: update for 0.31</title>
<updated>2020-08-22T12:13:26Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2020-08-18T11:43:06Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d6f3694188e6101a2a4ab84e6d203d2d4dcc241a'/>
<id>urn:sha1:d6f3694188e6101a2a4ab84e6d203d2d4dcc241a</id>
<content type='text'>
Just shuffles existing authors around, mainly due to Jonas's
enthusiastic cleanup work.
</content>
</entry>
<entry>
<title>update AUTHORS</title>
<updated>2020-06-16T11:26:55Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2020-06-16T11:26:55Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5e163465935f42ed5d4c2af13cf8fc535ae5b729'/>
<id>urn:sha1:5e163465935f42ed5d4c2af13cf8fc535ae5b729</id>
<content type='text'>
Yay, we gained a new author, thanks Anton.
</content>
</entry>
<entry>
<title>doc: update AUTHORS file</title>
<updated>2020-06-05T10:00:35Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2020-06-04T11:36:39Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5d92582b13f6a7eafe8f2f31c19c9b77b3d6c47b'/>
<id>urn:sha1:5d92582b13f6a7eafe8f2f31c19c9b77b3d6c47b</id>
<content type='text'>
I tried to be inclusive, and did not delete anyone from Carl's
original file. I also reworded the acknowledgement of Google LLC.
</content>
</entry>
<entry>
<title>Introduce CFFI-based python bindings</title>
<updated>2019-12-03T12:12:30Z</updated>
<author>
<name>Floris Bruynooghe</name>
<email>flub@google.com</email>
</author>
<published>2019-10-08T21:03:12Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=83c2d158983875bf77a9b7662894df585b61741c'/>
<id>urn:sha1:83c2d158983875bf77a9b7662894df585b61741c</id>
<content type='text'>
This introduces CFFI-based Python3-only bindings.
The bindings aim at:
- Better performance on pypy
- Easier to use Python-C interface
- More "pythonic"
  - The API should not allow invalid operations
  - Use native object protocol where possible
- Memory safety; whatever you do from python, it should not coredump.
</content>
</entry>
<entry>
<title>move more http -&gt; https</title>
<updated>2018-05-03T23:59:20Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2018-04-29T08:35:30Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c20a5eb80520a11cb697a45b0d9553c68e2199c8'/>
<id>urn:sha1:c20a5eb80520a11cb697a45b0d9553c68e2199c8</id>
<content type='text'>
Correct URLs that have crept into the notmuch codebase with http://
when https:// is possible.

As part of this conversion, this changeset also indicates the current
preferred upstream URLs for both gmime and sup.  the new URLs are
https-enabled, the old ones are not.

This also fixes T310-emacs.sh, thanks to Bremner for catching it.
</content>
</entry>
<entry>
<title>Drop date.c file, (use identical function from GMime instead).</title>
<updated>2009-11-02T22:36:33Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2009-11-02T22:36:33Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=fa226a7a10ba95f8d8a7ff92dbfc44f6404d9d4d'/>
<id>urn:sha1:fa226a7a10ba95f8d8a7ff92dbfc44f6404d9d4d</id>
<content type='text'>
We had originally copied this function in at a time when notmuch
wasn't actually depending on the GMime library. Now that it does,
we might as well call the function that exists there rather
than having a private copy of it.
</content>
</entry>
<entry>
<title>Rename sha1.c to libsha1.c</title>
<updated>2009-10-22T06:27:48Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2009-10-22T06:25:58Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5794496c6e8b49ab62478b21a2178e5e2e353399'/>
<id>urn:sha1:5794496c6e8b49ab62478b21a2178e5e2e353399</id>
<content type='text'>
This way both the .c and .h files have the same name, and all of the
code imported from the "libsha1" implementation is in filenames
matching libsha1.*.

This also gives me room to make my own notmuch_sha1 wrapper functions
in sha1.c.
</content>
</entry>
<entry>
<title>List a few more co-conspirators.</title>
<updated>2009-10-22T04:33:08Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2009-10-22T04:29:18Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2745575b9be7f94685fac6143d7bb64737550c10'/>
<id>urn:sha1:2745575b9be7f94685fac6143d7bb64737550c10</id>
<content type='text'>
Keith's name already shows up in the git log, so it would be
wrong to not mention him. And Martin and Jamey have been
helpful in discussions about what an ideal mail system
would look like.
</content>
</entry>
<entry>
<title>Add an AUTHORS file.</title>
<updated>2009-10-22T04:33:08Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2009-10-22T04:26:01Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5cc55df57b40f76c5f9890c4c23e4cd3c11297e9'/>
<id>urn:sha1:5cc55df57b40f76c5f9890c4c23e4cd3c11297e9</id>
<content type='text'>
Now that I've copied in another source file from someone else, I
want to be sure I'm keeping a good list of everyone who has helped.
</content>
</entry>
</feed>
