<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch, branch 0.18</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.18</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.18'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2014-05-06T07:27:29Z</updated>
<entry>
<title>debian: changelog stanza for 0.18</title>
<updated>2014-05-06T07:27:29Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-05-06T07:27:29Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=877533ade5945fd396c916a81abe914e9de4800a'/>
<id>urn:sha1:877533ade5945fd396c916a81abe914e9de4800a</id>
<content type='text'>
plagiariaze my own summary from upstream NEWS
</content>
</entry>
<entry>
<title>version: bump to 0.18</title>
<updated>2014-05-06T07:24:17Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-05-06T07:24:17Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b661b878010441d9d7434a245bff02b4231c4a2c'/>
<id>urn:sha1:b661b878010441d9d7434a245bff02b4231c4a2c</id>
<content type='text'>
debian changelog to be done seperately.
</content>
</entry>
<entry>
<title>build: use UPSTREAM_TAG and not VERSION to generate tarball</title>
<updated>2014-05-03T23:11:35Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-05-03T23:11:35Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=55354534953fd631ae1f51cf0f46732f00fde9c2'/>
<id>urn:sha1:55354534953fd631ae1f51cf0f46732f00fde9c2</id>
<content type='text'>
The latter can have "~" in it, which is not legal for a git tag.
</content>
</entry>
<entry>
<title>doc/doxygen.cfg: bump version to 0.18</title>
<updated>2014-05-03T22:38:21Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-05-03T22:38:21Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2983a85eed24242b1c5f5d12fa6f0ed8c3d5253d'/>
<id>urn:sha1:2983a85eed24242b1c5f5d12fa6f0ed8c3d5253d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version: bump for 0.18~rc1</title>
<updated>2014-05-03T22:34:00Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-05-03T22:32:43Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=1f2bb88e92e13375ba79cefb2d28c982255ef7f3'/>
<id>urn:sha1:1f2bb88e92e13375ba79cefb2d28c982255ef7f3</id>
<content type='text'>
Doing all of the needed version bumps in one commit, and do a
complete, if minimal debian changelog entry
</content>
</entry>
<entry>
<title>vim: improve the way messages are sent</title>
<updated>2014-05-02T21:00:22Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2014-05-01T22:57:54Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=cc8c213bbc9572fa96c1b384225b69136a3fd0e4'/>
<id>urn:sha1:cc8c213bbc9572fa96c1b384225b69136a3fd0e4</id>
<content type='text'>
We want the proper encoding and content-type to be set when sending the
mail, but human-readable plain-text for composing. So split the code in
two parts: the presentation and the transport conversion.

This fixes an issue while sending non-ascii mails to strict servers; the
mail needs to be encoded.

Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
</content>
</entry>
<entry>
<title>vim: make the html handler configurable</title>
<updated>2014-05-02T20:59:58Z</updated>
<author>
<name>Paul Roberts</name>
<email>pmr@stelo.org.uk</email>
</author>
<published>2014-05-01T22:57:53Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=468deca60c062b6b3085ff1de41647f41cd6abd1'/>
<id>urn:sha1:468deca60c062b6b3085ff1de41647f41cd6abd1</id>
<content type='text'>
Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
</content>
</entry>
<entry>
<title>vim: fix count_threads variable check</title>
<updated>2014-05-02T20:59:38Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2014-05-01T22:57:52Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2fee62fd1fcaed5c9ec46daa4f24b33a2f310e83'/>
<id>urn:sha1:2fee62fd1fcaed5c9ec46daa4f24b33a2f310e83</id>
<content type='text'>
It never really worked; in Ruby only 'nil' and 'false' evaluate to
false, therefore the statement '0 : true ? false' returns true, so it
doesn't matter if notmuch_folders_count_threads = 0, count_threads would
be true.

We need to check specifically if the value is 1 or 0.

Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
</content>
</entry>
<entry>
<title>NEWS: make it explicit that wildcard matching is no longer supported</title>
<updated>2014-05-02T20:33:09Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2014-05-02T16:28:38Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=697d6b5a47dfefa80a93eb6aad54cd9e78b33430'/>
<id>urn:sha1:697d6b5a47dfefa80a93eb6aad54cd9e78b33430</id>
<content type='text'>
Wildcard matching was a feature of the probabilistic prefix, and we no
longer have it for the boolean prefix. Also note that top-level folder
can now be searched.
</content>
</entry>
<entry>
<title>NEWS: insert and new refuse invalid tags</title>
<updated>2014-05-01T22:28:43Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2014-05-01T14:42:02Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=02fabf31df655f492f4f001977cae203445ff73e'/>
<id>urn:sha1:02fabf31df655f492f4f001977cae203445ff73e</id>
<content type='text'>
</content>
</entry>
</feed>
