<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch, branch 0.22.1_rc0</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.22.1_rc0</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.22.1_rc0'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2016-06-30T19:28:31Z</updated>
<entry>
<title>debian: add changelog stanza for 0.22.1~rc0-1</title>
<updated>2016-06-30T19:28:31Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-06-30T19:28:31Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=09b18ae8f459ccdb1e5706818b4bf45ceea65e23'/>
<id>urn:sha1:09b18ae8f459ccdb1e5706818b4bf45ceea65e23</id>
<content type='text'>
No actual changes discussed, because the NEWS file is yet to be
created.
</content>
</entry>
<entry>
<title>version: bump to 0.21.1~rc0</title>
<updated>2016-06-30T15:52:42Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-06-30T15:52:42Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=308b44290d8b2bfc0196964bb860d6a5c0781073'/>
<id>urn:sha1:308b44290d8b2bfc0196964bb860d6a5c0781073</id>
<content type='text'>
Getting ready for the point release
</content>
</entry>
<entry>
<title>notmuch-mutt: use env to locate perl for increased portability</title>
<updated>2016-06-30T15:50:16Z</updated>
<author>
<name>Stefano Zacchiroli</name>
<email>zack@upsilon.cc</email>
</author>
<published>2016-04-21T18:10:25Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9e6017b8b48db2268e7fc772c6009935838cc7e4'/>
<id>urn:sha1:9e6017b8b48db2268e7fc772c6009935838cc7e4</id>
<content type='text'>
Note: this patch drops -w from the shebang line, but we still have
"use warnings" in the script, which is superior anyhow.

Thanks Andreas Tolfsen for the suggestion.
</content>
</entry>
<entry>
<title>lib: fix definition of LIBNOTMUCH_CHECK_VERSION</title>
<updated>2016-06-30T15:49:29Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-06-07T10:37:57Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ff9284db6ebec1e4cbd7528d63da3cdf4ea9ddff'/>
<id>urn:sha1:ff9284db6ebec1e4cbd7528d63da3cdf4ea9ddff</id>
<content type='text'>
Fix bug reported in id:20160606124522.g2y2eazhhrwjsa4h@flatcap.org

Although the C99 standard 6.10 is a little non-obvious on this point,
the docs for e.g. gcc are unambiguous. And indeed in practice with the
extra space, this code fails

#include &lt;stdio.h&gt;
#define foo (x) (x+1)

int main(int argc, char **argv){
  printf("%d\n",foo(1));
}
</content>
</entry>
<entry>
<title>doc: forbid further operations on a closed database</title>
<updated>2016-06-30T15:48:23Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-06-27T18:38:40Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=f2886b80c1addc3d358ba910a4eebf76ba74c00b'/>
<id>urn:sha1:f2886b80c1addc3d358ba910a4eebf76ba74c00b</id>
<content type='text'>
We could add many null pointer checks, but currently I don't see a use
case that justifies it.
</content>
</entry>
<entry>
<title>test: don't use dump and restore in a pipeline</title>
<updated>2016-06-30T15:47:36Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-06-28T08:24:07Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=48d33532bb58c2ff61d687011dc0283e3ff536b0'/>
<id>urn:sha1:48d33532bb58c2ff61d687011dc0283e3ff536b0</id>
<content type='text'>
This has been wrong since bbbdf0478ea, but the race condition was not
previously been (often?) triggered in the tests. With the DB_RETRY_LOCK
patches, it manifests itself as a deadlock.
</content>
</entry>
<entry>
<title>emacs: Tell `message-mode' that outgoing messages are email.</title>
<updated>2016-05-01T11:06:24Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2016-04-30T06:51:48Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=64b0d21da00a2f5fb7a5b0452b11b50607932fc7'/>
<id>urn:sha1:64b0d21da00a2f5fb7a5b0452b11b50607932fc7</id>
<content type='text'>
When composing messages (including replies, etc.), indicate to
`message-mode' definitively that the message is email (as opposed to
Usenet news) rather than having it attempt to determine this for itself.

This causes `message-mode' to observe such variables as
`message-default-mail-headers', which previously happened haphazardly.
</content>
</entry>
<entry>
<title>emacs: Observe the charset of MIME parts when reading them.</title>
<updated>2016-05-01T11:04:07Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2016-04-30T06:51:47Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=fdce7eb54532a0bdbd56ca3d56099b190eb7284c'/>
<id>urn:sha1:fdce7eb54532a0bdbd56ca3d56099b190eb7284c</id>
<content type='text'>
`notmuch--get-bodypart-raw' previously assumed that all non-binary MIME
parts could be successfully read by assuming that they were UTF-8
encoded. This was demonstrated to be wrong, specifically when a part was
marked as ISO8859-1 and included accented characters (which were
incorrectly rendered as a result).

Rather than assuming UTF-8, attempt to use the part's declared charset
when reading it, falling back to US-ASCII if the declared charset is
unknown, unsupported or invalid.
</content>
</entry>
<entry>
<title>debian: add versioned depends on dpkg-dev</title>
<updated>2016-04-27T00:40:40Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-04-27T00:40:40Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ea5caecec5c50833a6f5a422e217a71eee6324af'/>
<id>urn:sha1:ea5caecec5c50833a6f5a422e217a71eee6324af</id>
<content type='text'>
This is needed to support build profiles (e.g. nocheck)
</content>
</entry>
<entry>
<title>debian: add changelog stanza for 0.22</title>
<updated>2016-04-27T00:38:15Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-04-27T00:38:15Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3646eb17aee83c79c32a735b4512386bc2bc9a8f'/>
<id>urn:sha1:3646eb17aee83c79c32a735b4512386bc2bc9a8f</id>
<content type='text'>
</content>
</entry>
</feed>
