<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch, branch 0.1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2010-04-05T22:46:05Z</updated>
<entry>
<title>Makefile: Finish implementing the "make release" target.</title>
<updated>2010-04-05T22:46:05Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-05T22:43:51Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=4c7ee0f016c2f79c332608ff94a38126dccf6ba2'/>
<id>urn:sha1:4c7ee0f016c2f79c332608ff94a38126dccf6ba2</id>
<content type='text'>
And hopefully it actually works.
</content>
</entry>
<entry>
<title>Makefile: Start implementing a "make release" target.</title>
<updated>2010-04-05T22:31:15Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-05T22:26:08Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=cdb6e12d8c32b21ca844e85d35a11033d54f7a01'/>
<id>urn:sha1:cdb6e12d8c32b21ca844e85d35a11033d54f7a01</id>
<content type='text'>
So far just doing checks that the version is sane and that no release
of the same version already exists.
</content>
</entry>
<entry>
<title>NEWS: Add some (brief) news items for the initial 0.1 release.</title>
<updated>2010-04-05T22:29:54Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-05T22:01:27Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=680cc4c11a6025da1809528419e923275f8f85b0'/>
<id>urn:sha1:680cc4c11a6025da1809528419e923275f8f85b0</id>
<content type='text'>
Generally, the NEWS items will describe changes since the previous
release. But there's not much we can do for that since we've never had
a release before.
</content>
</entry>
<entry>
<title>RELEASING: Add this file describing the steps to make a release.</title>
<updated>2010-04-05T22:29:54Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-05T22:00:37Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=da2403c310fb7ae65cd63cdd2895c3987d77848f'/>
<id>urn:sha1:da2403c310fb7ae65cd63cdd2895c3987d77848f</id>
<content type='text'>
These steps might be changing a bit as we work on making the initial
0.1 release.
</content>
</entry>
<entry>
<title>Makefile: Add a dist target.</title>
<updated>2010-04-05T21:22:00Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-05T21:22:00Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=04e816416fb9f5b6447896ccdb153a6f93c3e949'/>
<id>urn:sha1:04e816416fb9f5b6447896ccdb153a6f93c3e949</id>
<content type='text'>
To create a versioned tar file for release.
</content>
</entry>
<entry>
<title>Makfiles: Make the top-level targets PHONY</title>
<updated>2010-04-05T19:59:06Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-05T19:59:06Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=4235ef510926c8b25aeb55966c8d990c1594be64'/>
<id>urn:sha1:4235ef510926c8b25aeb55966c8d990c1594be64</id>
<content type='text'>
Just to avoid any clash with files of the same names.
</content>
</entry>
<entry>
<title>notmuch-query.el: new file to support access to the notmuch database.</title>
<updated>2010-04-05T18:08:45Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@unb.ca</email>
</author>
<published>2010-04-05T16:46:16Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c2f3710a786dc8d610ccd8138ccfe5089686bec2'/>
<id>urn:sha1:c2f3710a786dc8d610ccd8138ccfe5089686bec2</id>
<content type='text'>
Initially this file provides one main function
notmuch-query-get-threads, which takes a set of search terms, and
returns a parsed set of matching threads as a lisp data structure.

A set of notmuch-query-map-* functions are provided to help map
functions over the data structure.

The function notmuch-query-get-message-ids uses this machinery to get
the set of message-ids matching a query.

Edited-by: Carl Worth &lt;cworth@cworth.org&gt;: Change comment syntax,
(";;" rather than ";" to make emacs-lisp mode happy), and eliminate
some excess whitespace, as suggested by David Edmonson.
</content>
</entry>
<entry>
<title>notmuch: Correctly terminate text/* parts in JSON output</title>
<updated>2010-04-05T17:57:23Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2010-04-05T09:33:19Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9eb360329929258fb243cfb5095989ba45391109'/>
<id>urn:sha1:9eb360329929258fb243cfb5095989ba45391109</id>
<content type='text'>
Text parts returned by `g_mime_stream_mem_get_byte_array()' are not
NULL terminated strings - add `json_quote_chararray()' to handle them
correctly.
</content>
</entry>
<entry>
<title>git: Ignore `notmuch-shared'</title>
<updated>2010-04-05T16:25:56Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2010-04-01T17:36:21Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=bb5211684654b7cf54f842990a733a64fe01d612'/>
<id>urn:sha1:bb5211684654b7cf54f842990a733a64fe01d612</id>
<content type='text'>
</content>
</entry>
<entry>
<title>emacs: Move notmuch-show functionality to notmuch-show.el</title>
<updated>2010-04-05T16:25:56Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2010-04-01T17:36:21Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e8414a72d478b55d2a5dd8b2fb30c67ee60b1732'/>
<id>urn:sha1:e8414a72d478b55d2a5dd8b2fb30c67ee60b1732</id>
<content type='text'>
To ease the transition to a JSON based implementation of
`notmuch-show', move the current implementation into a separate file.

Create `notmuch-lib.el' to hold common variables.
</content>
</entry>
</feed>
