<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch, branch 0.5</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.5</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.5'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2010-11-12T04:54:41Z</updated>
<entry>
<title>lib: Fix missing initialization of status field.</title>
<updated>2010-11-12T04:54:41Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-11-12T04:54:41Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=7278383005de3a0d61ac3471162e7ef633d45076'/>
<id>urn:sha1:7278383005de3a0d61ac3471162e7ef633d45076</id>
<content type='text'>
This could have been a problematic bug. Fortuinately "gcc -O2" warns
about it.
</content>
</entry>
<entry>
<title>lib: Add two missing static qualifiers</title>
<updated>2010-11-12T04:53:21Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-11-12T04:53:21Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=fe8eeaf4a576b4cad2ec4faee8d5e373118771f8'/>
<id>urn:sha1:fe8eeaf4a576b4cad2ec4faee8d5e373118771f8</id>
<content type='text'>
The debian packaging is nice enough to notice when we accidentally
leak private symbols to the public interface.
</content>
</entry>
<entry>
<title>debian: Update list of symbols for libnotmuch</title>
<updated>2010-11-12T04:51:29Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-11-12T04:51:29Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2a318d37144d7ab1e689d685ffabff7c5b93d2db'/>
<id>urn:sha1:2a318d37144d7ab1e689d685ffabff7c5b93d2db</id>
<content type='text'>
This release adds three new functions to the library interface.
</content>
</entry>
<entry>
<title>debian: Add changelog entry for 0.5</title>
<updated>2010-11-12T04:51:25Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-11-12T04:49:25Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=0369c00ed6ce44813e6c2a2ab03cf615f3537e29'/>
<id>urn:sha1:0369c00ed6ce44813e6c2a2ab03cf615f3537e29</id>
<content type='text'>
Just pulling things from NEWS as usual.
</content>
</entry>
<entry>
<title>Increment notmuch version to 0.5</title>
<updated>2010-11-12T04:43:56Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-11-12T04:43:56Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=1365ebf146b92277b05c079e14c696e1ba056a19'/>
<id>urn:sha1:1365ebf146b92277b05c079e14c696e1ba056a19</id>
<content type='text'>
The big change here is the support for maildir-flag synchronization.

But there are a number of other thigns as well---library support for
multiple filenames, new ruby bindings, improvements to the vim
interface, and a few tweaks to the emacs interface.
</content>
</entry>
<entry>
<title>Increment library version to 1.3.0</title>
<updated>2010-11-12T04:42:45Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-11-12T04:42:45Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d33dee5389e5d4a88c8504b1c94d2c9cb432fe52'/>
<id>urn:sha1:d33dee5389e5d4a88c8504b1c94d2c9cb432fe52</id>
<content type='text'>
For the addition of three functions:

	notmuch_message_get_filenames
	notmuch_message_tags_to_maildir_flags
	notmuch_message_maildir_flags_to_tags
</content>
</entry>
<entry>
<title>NEWS: Add notes for 0.5 release.</title>
<updated>2010-11-12T04:41:06Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-11-12T04:41:06Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=a836cd41bf64b635320a6c28fa038f3a99ebd3c4'/>
<id>urn:sha1:a836cd41bf64b635320a6c28fa038f3a99ebd3c4</id>
<content type='text'>
Which is ready to go now.
</content>
</entry>
<entry>
<title>config: Fix confusing of "tag" and "flag" oin documentation.</title>
<updated>2010-11-12T04:39:22Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-11-12T04:39:22Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=a68334258a14a50d942fa2f2824d37008d2443e6'/>
<id>urn:sha1:a68334258a14a50d942fa2f2824d37008d2443e6</id>
<content type='text'>
It has been very difficult to get all of these right. I would not be
surprised if I've still missed some.
</content>
</entry>
<entry>
<title>emacs: add stash thread-id function to notmuch-search mode</title>
<updated>2010-11-12T01:28:48Z</updated>
<author>
<name>Jameson Rollins</name>
<email>jrollins@finestructure.net</email>
</author>
<published>2010-09-18T19:48:22Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2b433736a56ec1ccac67ada9cc81337a157a45a2'/>
<id>urn:sha1:2b433736a56ec1ccac67ada9cc81337a157a45a2</id>
<content type='text'>
This add a "stash-map" for search-mode, just like in show-mode, and
adds one function, bound to "i" to stash the thread-id of the current
selected thread.

Couldn't think of the correct way to stash other thread info, so I
didn't add any other stash functions for now.
</content>
</entry>
<entry>
<title>emacs: mv notmuch-{show,common}-do-stash</title>
<updated>2010-11-12T01:28:32Z</updated>
<author>
<name>Jameson Rollins</name>
<email>jrollins@finestructure.net</email>
</author>
<published>2010-09-18T19:48:21Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=128b6259ee327adf9189b81034b3b6962e8b9dbc'/>
<id>urn:sha1:128b6259ee327adf9189b81034b3b6962e8b9dbc</id>
<content type='text'>
Here we move the notmuch-show/notmuch-show-do-stash function to
notmuch-lib/notmuch-common-do-stash.  Nothing in this function is
notmuch-show mode specific, so this move will make it cleaner to be
used by other modes (such as notmuch-search).
</content>
</entry>
</feed>
