<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch, branch debian/0.26_rc0-1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.26_rc0-1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.26_rc0-1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2017-12-28T15:26:41Z</updated>
<entry>
<title>debian: update libnotmuch5.symbols for 0.26</title>
<updated>2017-12-28T15:26:41Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-12-28T14:31:47Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=aa35cfda416781c8b480a9862a79b5a930693e83'/>
<id>urn:sha1:aa35cfda416781c8b480a9862a79b5a930693e83</id>
<content type='text'>
Several added symbols, no SONAME bump.
</content>
</entry>
<entry>
<title>debian: changelog stanza for 0.26~rc0-1</title>
<updated>2017-12-28T14:21:54Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-12-28T14:21:54Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=25ff9d6ca67ea1e95035ce764c014b2ffc31cfff'/>
<id>urn:sha1:25ff9d6ca67ea1e95035ce764c014b2ffc31cfff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version: bump to 0.26~rc0</title>
<updated>2017-12-28T14:19:48Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-12-28T14:19:48Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=cf024564110f629814a2a0d2412354460baf2862'/>
<id>urn:sha1:cf024564110f629814a2a0d2412354460baf2862</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make release archive: common (or no) timestamps</title>
<updated>2017-12-28T14:12:21Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2017-12-12T06:39:20Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d11311212e8dbb771e2ba14d764adca6e973a6ee'/>
<id>urn:sha1:d11311212e8dbb771e2ba14d764adca6e973a6ee</id>
<content type='text'>
The appended file 'version' has the same timestamp as the files added
by `git archive`.

The original file name and time stamp are no longer saved to the
gzip header in resulting $(PACKAGE)-$(VERSION).tar.gz file.

When build environment is close enough to another, this may
provide mutually reproducible release archive files.
</content>
</entry>
<entry>
<title>Revert "lib: add thread subqueries."</title>
<updated>2017-12-28T14:05:55Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-12-28T14:05:55Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b09025bce2b795f3d49b92cb3dac437b92831321'/>
<id>urn:sha1:b09025bce2b795f3d49b92cb3dac437b92831321</id>
<content type='text'>
This reverts commit 4f5bbaf7e2cecfe5022ba4b28915cccfb7ccb12d.
</content>
</entry>
<entry>
<title>python: remove obsolete debian directory</title>
<updated>2017-12-27T16:42:50Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-12-24T13:58:45Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9ced40228b2524bd09dc8e0063f1ce3db450caea'/>
<id>urn:sha1:9ced40228b2524bd09dc8e0063f1ce3db450caea</id>
<content type='text'>
It is unlikely this still works since it has not been updated since
2010. The python packages for debian are now built by the top level
debian/ packaging.
</content>
</entry>
<entry>
<title>lib: add thread subqueries.</title>
<updated>2017-12-26T00:40:28Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-08-20T21:32:40Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=4f5bbaf7e2cecfe5022ba4b28915cccfb7ccb12d'/>
<id>urn:sha1:4f5bbaf7e2cecfe5022ba4b28915cccfb7ccb12d</id>
<content type='text'>
This change allows queries of the form

 thread:{from:me} and thread:{from:jian} and not thread:{from:dave}

This is still somewhat brute-force, but it's a big improvement over
both the shell script solution and the previous proposal [1], because it
does not build the whole thread structure just generate a
query. A further potential optimization is to replace the calls to
notmuch with more specialized Xapian code; in particular it's not
likely that reading all of the message metadata is a win here.

[1]: id:20170820213240.20526-1-david@tethera.net
</content>
</entry>
<entry>
<title>NEWS: document notmuch reindex</title>
<updated>2017-12-24T13:54:01Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2017-10-22T18:53:35Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=68e753a21f47b0e37bcf26a3efcdf7842b6374cf'/>
<id>urn:sha1:68e753a21f47b0e37bcf26a3efcdf7842b6374cf</id>
<content type='text'>
Describe the introduction of the "reindex" subcommand.  This blurb
acknowledges Subject: instability under reindexing when multiple
copies exist (suggesting that this is something that needn't
necessarily hold up a release).
</content>
</entry>
<entry>
<title>python: add decrypt_policy argument to Database.index_file()</title>
<updated>2017-12-24T13:47:35Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2017-12-19T19:08:50Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6aec7a76b9e70544a93b092c50d167c3e63548ee'/>
<id>urn:sha1:6aec7a76b9e70544a93b092c50d167c3e63548ee</id>
<content type='text'>
We adopt a pythonic idiom here with an optional argument, rather than
exposing the user to the C indexopts object directly.

This now includes a simple test to ensure that the decrypt_policy
argument works as expected.
</content>
</entry>
<entry>
<title>python: Fix method name in docs</title>
<updated>2017-12-24T13:17:06Z</updated>
<author>
<name>l-m-h@web.de</name>
<email>l-m-h@web.de</email>
</author>
<published>2017-12-22T22:26:49Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e0ac149955686353570c19c9949c9032d46fb30f'/>
<id>urn:sha1:e0ac149955686353570c19c9949c9032d46fb30f</id>
<content type='text'>
Fix a method rename in the docs that was overlooked in
3444c731d27fd42bbbdaae00af6ca48b4525b03b.
</content>
</entry>
</feed>
