<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/configure, branch 0.21_rc2</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.21_rc2</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.21_rc2'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2015-08-26T23:01:45Z</updated>
<entry>
<title>cli/lib: remove support for GMime 2.4</title>
<updated>2015-08-26T23:01:45Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2015-08-16T15:33:21Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=005c2f0df17de8afdf9f67b923d26f2358236171'/>
<id>urn:sha1:005c2f0df17de8afdf9f67b923d26f2358236171</id>
<content type='text'>
It's becoming a maintenance burden to do anything things with the
crypto glue code twice, once for 2.4 and once for 2.6. I don't have
any 2.4 version available to test on my development machine anymore,
so the 2.4 specific code paths are likely not very well tested.
</content>
</entry>
<entry>
<title>configure: clean up messages around reading libnotmuch version</title>
<updated>2015-08-10T19:24:40Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2015-08-10T12:39:16Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c9e1c4f1c495d7cc24a64b73edb4b7b71791a87f'/>
<id>urn:sha1:c9e1c4f1c495d7cc24a64b73edb4b7b71791a87f</id>
<content type='text'>
Clean up punctuation for consistency, and add newline for clean
configure output.
</content>
</entry>
<entry>
<title>build: extract library versions from notmuch.h</title>
<updated>2015-08-10T11:53:55Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2015-08-09T14:25:41Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=765556c1f159ae0a29137c935c7cbf4106569e7e'/>
<id>urn:sha1:765556c1f159ae0a29137c935c7cbf4106569e7e</id>
<content type='text'>
- Make lib/notmuch.h the canonical location for the library versioning
information.

- Since the release-check should never fail now, remove it to reduce
complexity.

- Make the version numbers in notmuch.h consistent with the (now
  deleted) ones in lib/Makefile.local
</content>
</entry>
<entry>
<title>test: use the python interpreter in sh.config</title>
<updated>2015-08-04T07:19:18Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2015-08-02T06:40:55Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=23d86773b9e1b8111921af94f7f14ea0867eaee2'/>
<id>urn:sha1:23d86773b9e1b8111921af94f7f14ea0867eaee2</id>
<content type='text'>
The configure script chooses "python" if both python and python{2,3}
exist exists, so this could change the version of python used to run
the test suite.

The checking for ${NOTMUCH_PYTHON} in the test suite is arguably
over-engineering, since the configure step will fail if it can't find
it.
</content>
</entry>
<entry>
<title>configure: support --without-ruby</title>
<updated>2015-07-30T06:16:29Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2015-07-30T06:16:29Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2eb558fd9b369458c23b57b44281758bd17a5580'/>
<id>urn:sha1:2eb558fd9b369458c23b57b44281758bd17a5580</id>
<content type='text'>
Apparently some ruby installs are broken in ways that prevent the ruby
bindings from building.
</content>
</entry>
<entry>
<title>configure: support --with-docs=no</title>
<updated>2015-07-30T06:08:31Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2015-07-30T06:08:31Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=a57b3d43033103a1efda78ab2e5f273c217a1834'/>
<id>urn:sha1:a57b3d43033103a1efda78ab2e5f273c217a1834</id>
<content type='text'>
Since we promise --with-foo=no is equivalent to --without-foo
</content>
</entry>
<entry>
<title>configure: alphabetize --without help</title>
<updated>2015-07-30T06:00:55Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2015-07-30T06:00:55Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=a63b5db87340ce6f031b7a20f40754995ad95ce4'/>
<id>urn:sha1:a63b5db87340ce6f031b7a20f40754995ad95ce4</id>
<content type='text'>
Now that the "without" options seem to be multiplying, try to make it
easier for people to find the one they want.
</content>
</entry>
<entry>
<title>configure: fix typo in comment</title>
<updated>2015-07-30T05:57:04Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2015-07-30T05:57:04Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b4e0c8320a5d7461b859832fc3074c2ea6fc9f6d'/>
<id>urn:sha1:b4e0c8320a5d7461b859832fc3074c2ea6fc9f6d</id>
<content type='text'>
Some lazy person, probably me, forgot to press shift.
</content>
</entry>
<entry>
<title>configure: whitespace cleanup</title>
<updated>2015-07-28T13:29:38Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2015-07-28T13:29:38Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=1fef811fd78baf5b1e06d1cdabe3fea579726fe7'/>
<id>urn:sha1:1fef811fd78baf5b1e06d1cdabe3fea579726fe7</id>
<content type='text'>
This is the result of running M-x whitespace-cleanup in emacs.  In
particular this replaces some spaces at the beginning of lines with
tabs.
</content>
</entry>
<entry>
<title>configure: add --without-docs switch</title>
<updated>2015-07-27T20:34:38Z</updated>
<author>
<name>Mikhail</name>
<email>mp39590@gmail.com</email>
</author>
<published>2015-07-27T18:04:37Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=edb485e0b93d0c6b82933708b309d1105bf8d63c'/>
<id>urn:sha1:edb485e0b93d0c6b82933708b309d1105bf8d63c</id>
<content type='text'>
Previously documentation was build automatically if sphinx/doxygen
executable were found. The switch is used to unconditionally disable
sphinx/doxygen detection and therefor, building of documentation
(including man pages).
</content>
</entry>
</feed>
