<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/lib/message-file.c, branch debian-0.1-1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=debian-0.1-1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=debian-0.1-1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2009-11-18T02:37:45Z</updated>
<entry>
<title>message_file_get_header: Use break where more clear than continue.</title>
<updated>2009-11-18T02:37:45Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2009-11-18T02:37:45Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=8cf72920e11c950fe7ae76cb762f79506aa8acfe'/>
<id>urn:sha1:8cf72920e11c950fe7ae76cb762f79506aa8acfe</id>
<content type='text'>
Calling continue here worked only because we set a flag before the
continue, and, check the flag at the beginning of the loop, and *then*
break. It's much more clear to just break in the first place.
</content>
</entry>
<entry>
<title>Close message file after parsing message headers</title>
<updated>2009-11-17T16:53:16Z</updated>
<author>
<name>Mikhail Gusarov</name>
<email>dottedmag@dottedmag.net</email>
</author>
<published>2009-11-17T15:28:37Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=dc5a9d8eb2c3d120fb9bf8fa9f0f22764a169b77'/>
<id>urn:sha1:dc5a9d8eb2c3d120fb9bf8fa9f0f22764a169b77</id>
<content type='text'>
Keeping unused files open helps to see "Too many open files" often.

Signed-off-by: Mikhail Gusarov &lt;dottedmag@dottedmag.net&gt;
</content>
</entry>
<entry>
<title>notmuch show: Avoid segmentation for message with no subject.</title>
<updated>2009-11-12T07:00:58Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2009-11-12T07:00:58Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=091d18c54c046a08bda9d88982601589a1deea37'/>
<id>urn:sha1:091d18c54c046a08bda9d88982601589a1deea37</id>
<content type='text'>
It's safer to return an empty string rather than NULL for missing
header values.
</content>
</entry>
<entry>
<title>libify: Move library sources down into lib directory.</title>
<updated>2009-11-10T00:24:03Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2009-11-10T00:12:28Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=146549321044615d9aef2b30cedccda9c49f3f38'/>
<id>urn:sha1:146549321044615d9aef2b30cedccda9c49f3f38</id>
<content type='text'>
A "make" invocation still works from the top-level, but not from
down inside the lib directory yet.
</content>
</entry>
</feed>
