<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch, branch debian/0.12_rc1-1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.12_rc1-1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.12_rc1-1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2012-03-14T00:40:40Z</updated>
<entry>
<title>debian: bump gmime dependency to 2.6.7</title>
<updated>2012-03-14T00:40:40Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2012-03-14T00:40:40Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=eae27dd5cc2224e4367aa402bdaea38a31649d83'/>
<id>urn:sha1:eae27dd5cc2224e4367aa402bdaea38a31649d83</id>
<content type='text'>
As explained in f34613e, if using gmime 2.6, we want at least 2.6.7
</content>
</entry>
<entry>
<title>man: update SEE ALSO references in man pages</title>
<updated>2012-03-14T00:34:44Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2012-03-11T21:36:16Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d379e3a0e23f3af9d8dece4bd21f9393d9f42249'/>
<id>urn:sha1:d379e3a0e23f3af9d8dece4bd21f9393d9f42249</id>
<content type='text'>
Drop references to notmuch-part(1). Reference all man pages. Fix man
page section of notmuch-dump(1).
</content>
</entry>
<entry>
<title>build: Require gmime &gt;= 2.6.7</title>
<updated>2012-03-12T01:13:48Z</updated>
<author>
<name>Thomas Jost</name>
<email>schnouki@schnouki.net</email>
</author>
<published>2012-02-21T19:35:35Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=f34613ea833196922a38cf04cd2ee766a562a410'/>
<id>urn:sha1:f34613ea833196922a38cf04cd2ee766a562a410</id>
<content type='text'>
gmime-2.6 had a bug [1] which made it impossible to tell why a signature
verification failed when the signer key was unavailable (empty "sigstatus" field
in the JSON output). Since 00b5623d the corresponding test is marked as broken
when using gmime-2.6 (2.4 is fine).

This bug has been fixed in gmime 2.6.5, which is now the minimal gmime-2.6
version required for building notmuch (gmime-2.4 is still available). As a
consequence the version check in test/crypto can be removed.

[Added by db]

Although less unambigously a bug, Gmime 2.6 prior to 2.6.7 also was
more strict about parsing, and rejected messages with initial "From "
headers.  This restriction is relaxed in [2].  For reasons explained in [3],
we want to keep this more relaxed parsing for now.

[1] https://bugzilla.gnome.org/show_bug.cgi?id=668085

[2] http://git.gnome.org/browse/gmime/commit/?id=d311f576baf750476e06e9a1367a2dc1793ea7eb

[3] id:"1331385931-1610-1-git-send-email-david@tethera.net"
</content>
</entry>
<entry>
<title>Fix configure script to properly detect gmime-2.6 if available.</title>
<updated>2012-03-11T01:39:13Z</updated>
<author>
<name>Jameson Graef Rollins</name>
<email>jrollins@finestructure.net</email>
</author>
<published>2012-03-08T16:45:01Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=4d136995cebb3a339faf844fa3106f398562aad7'/>
<id>urn:sha1:4d136995cebb3a339faf844fa3106f398562aad7</id>
<content type='text'>
Previously, the configure script would appear to detect gmime-2.6 if
present.  However, the binaries would end up being compiled against
gmime-2.4.  The addition of a break fixes things so that now gmime-2.6
will be used if available, falling back to gmime-2.4.
</content>
</entry>
<entry>
<title>Handle errors in mime_node_open</title>
<updated>2012-03-11T01:25:19Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2012-03-06T18:26:57Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=353577ad5733b78b71d93c9bdbaae0b062d32331'/>
<id>urn:sha1:353577ad5733b78b71d93c9bdbaae0b062d32331</id>
<content type='text'>
</content>
</entry>
<entry>
<title>emacs: fix MML quoting in replies</title>
<updated>2012-03-11T01:24:14Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2012-03-04T08:25:38Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=90f310b4fb8903898ead674059584737e448eb8a'/>
<id>urn:sha1:90f310b4fb8903898ead674059584737e448eb8a</id>
<content type='text'>
The reply MML quoting added in commit ae438cc unintentionally MML
quotes also the signature/encryption MML tags added via
message-setup-hook, causing the reply not to be signed/encrypted.

MML quote just the original message in the temp buffer before
inserting it to the message buffer, to not interfere with message mode
hooks or message construction in general.

See [1] and [2] for bug reports.

Thanks to Tim Bielawa &lt;tbielawa@redhat.com&gt; for testing.

[1] id:"87hay78x6l.fsf@wyzanski.jamesvasile.com"
[2] id:"1330812262-28272-1-git-send-email-tbielawa@redhat.com".

Signed-off-by: Jani Nikula &lt;jani@nikula.org&gt;
</content>
</entry>
<entry>
<title>Actually close the xapian database in notmuch_database_close</title>
<updated>2012-03-03T15:30:07Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-03-02T14:58:39Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=cfc5f1059aa16753cba610c41601cacc97260e08'/>
<id>urn:sha1:cfc5f1059aa16753cba610c41601cacc97260e08</id>
<content type='text'>
Formerly the xapian database object was deleted and closed in its
destructor once the object was garbage collected. Explicitly call
close() so that the database and the associated lock is released
immediately.

The comment is a courtesy of Austin Clements.

Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>debian: Bump standards version</title>
<updated>2012-03-03T13:40:18Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2012-03-03T13:40:18Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3ed8c3d9a6915f7598c3d2aae3c1d8ea9a9ce140'/>
<id>urn:sha1:3ed8c3d9a6915f7598c3d2aae3c1d8ea9a9ce140</id>
<content type='text'>
No actual changes are needed.
</content>
</entry>
<entry>
<title>debian: update .gitignore</title>
<updated>2012-03-03T13:38:45Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2012-03-03T13:38:45Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2a1aeb2e9cd17051def308203db7739b04a19d73'/>
<id>urn:sha1:2a1aeb2e9cd17051def308203db7739b04a19d73</id>
<content type='text'>
Ignore individual binary package directories.
</content>
</entry>
<entry>
<title>debian: add notmuch_query_add_tag_exclude to exported symbols</title>
<updated>2012-03-03T13:19:44Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2012-03-03T13:19:44Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=8077cdc7bbab583d72b7ef3b761b173489a05639'/>
<id>urn:sha1:8077cdc7bbab583d72b7ef3b761b173489a05639</id>
<content type='text'>
This symbol is added in 0.12, although we are "stealthing" the feature
overall.
</content>
</entry>
</feed>
