<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch, branch debian/0.30_rc0-1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.30_rc0-1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.30_rc0-1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2020-06-02T00:38:02Z</updated>
<entry>
<title>debian: Add build dependency on doxygen</title>
<updated>2020-06-02T00:38:02Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2020-06-02T00:38:02Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3ee29bde69bc42a41317ef3a1f496014658e002a'/>
<id>urn:sha1:3ee29bde69bc42a41317ef3a1f496014658e002a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debian: add desktop-file-utils dependency</title>
<updated>2020-06-02T00:32:23Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2020-06-02T00:32:23Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=617377755a26a4c5be01f65bb74cce080066c366'/>
<id>urn:sha1:617377755a26a4c5be01f65bb74cce080066c366</id>
<content type='text'>
This enables installation of notmuch-emacs-mua.desktop
</content>
</entry>
<entry>
<title>NEWS: stub for 0.30</title>
<updated>2020-06-02T00:09:28Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2020-06-02T00:09:28Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5b85699d6cbdeae1b9f5ed8a08262dcf64ab032e'/>
<id>urn:sha1:5b85699d6cbdeae1b9f5ed8a08262dcf64ab032e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debian: add changelog for release candidate</title>
<updated>2020-06-02T00:03:06Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2020-06-02T00:03:06Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e66e5db7686fa1d69024c7142c92e022acaa175e'/>
<id>urn:sha1:e66e5db7686fa1d69024c7142c92e022acaa175e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version: bump to 0.30~rc0</title>
<updated>2020-06-02T00:00:04Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2020-06-02T00:00:04Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=dfd092e95d2d2fce9fcf74e03f11eb01254f8b4f'/>
<id>urn:sha1:dfd092e95d2d2fce9fcf74e03f11eb01254f8b4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump date in documentation</title>
<updated>2020-06-01T23:58:52Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2020-06-01T23:58:52Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=01fe987eec29b13f69309fa09730b6f8fc796c4a'/>
<id>urn:sha1:01fe987eec29b13f69309fa09730b6f8fc796c4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: fix for out-of-tree builds of notmuch-emacs docs</title>
<updated>2020-06-01T12:07:50Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2020-05-31T16:15:03Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ee8dba1c3013a00c0d1185583ea084f8ce3699b7'/>
<id>urn:sha1:ee8dba1c3013a00c0d1185583ea084f8ce3699b7</id>
<content type='text'>
The sphinx-doc include directive does not have the ability to include
files from the build tree, so we replace the include with reading the
files in conf.py. The non-trivial downside of this is that the emacs
docstrings are now defined for every rst source file. They are
namespaced with docstring::, so hopefully there will not be any
surprises. One thing that is noticable is a small (absolute) time
penalty in running sphinx-doc.
</content>
</entry>
<entry>
<title>configure: check existence of python3 setuptools and dev package</title>
<updated>2020-06-01T11:02:43Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2020-06-01T05:31:42Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=16d073ebe8fe062bb733165bdb10d7d2937616b5'/>
<id>urn:sha1:16d073ebe8fe062bb733165bdb10d7d2937616b5</id>
<content type='text'>
The notmuch2 CFFI-based Python interface is not buildable unless
python3 dev package and python3 setuptools are installed.

Check that these exist in configure (and disable notmuch2 bindings
build if not) so that build of these bindings don't fail when make(1)
is executed.
</content>
</entry>
<entry>
<title>emacs: Respect `load-prefer-newer` when loading `notmuch-init-file'</title>
<updated>2020-06-01T10:52:28Z</updated>
<author>
<name>Sean Whitton</name>
<email>spwhitton@spwhitton.name</email>
</author>
<published>2020-06-01T06:17:04Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3e6e219384b75fbb0f067c59a0ae279bab5be7ff'/>
<id>urn:sha1:3e6e219384b75fbb0f067c59a0ae279bab5be7ff</id>
<content type='text'>
Before this change, `load-prefer-newer' was ignored.

Set NOERROR and MUST-SUFFIX arguments of `load' to t, and NOSUFFIX
argument to nil, to preserve the behaviour of the deleted `let' form.
</content>
</entry>
<entry>
<title>tests/ruby: Ensure that test works for out-of-tree builds</title>
<updated>2020-05-31T16:52:33Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2020-05-26T17:06:02Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b624b406ff004909e30903593e6b4f7dd889c9dc'/>
<id>urn:sha1:b624b406ff004909e30903593e6b4f7dd889c9dc</id>
<content type='text'>
</content>
</entry>
</feed>
