<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/INSTALL, branch 0.20.2</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.20.2</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.20.2'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2015-01-22T07:37:25Z</updated>
<entry>
<title>doc: remove support for rst2man</title>
<updated>2015-01-22T07:37:25Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2015-01-18T16:55:10Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d241a486facf1002b29e499c2fb96a302bfd825b'/>
<id>urn:sha1:d241a486facf1002b29e499c2fb96a302bfd825b</id>
<content type='text'>
It was becoming increasingly complicated to support rst2man, and there
were apparently not many people that relied on it.
</content>
</entry>
<entry>
<title>dump: support gzipped and atomic output</title>
<updated>2014-04-12T10:59:44Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-03-29T01:14:51Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3c13bc0321baaf340663779d6fce2b1f34c1c2c3'/>
<id>urn:sha1:3c13bc0321baaf340663779d6fce2b1f34c1c2c3</id>
<content type='text'>
The main goal is to support gzipped output for future internal
calls (e.g. from notmuch-new) to notmuch_database_dump.

The additional dependency is not very heavy since xapian already pulls
in zlib.

We want the dump to be "atomic", in the sense that after running the
dump file is either present and complete, or not present.  This avoids
certain classes of mishaps involving overwriting a good backup with a
bad or partial one.
</content>
</entry>
<entry>
<title>doc: convert sphinx based docs</title>
<updated>2014-03-09T13:41:08Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-01-28T16:12:37Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d736260385a689b5c77d8121f48e29440e3adfa4'/>
<id>urn:sha1:d736260385a689b5c77d8121f48e29440e3adfa4</id>
<content type='text'>
This is the output from sphinx-quickstart, massaged a bit, along with
our existing man pages converted to rst.

A skeleton notmuch-emacs manual is also included. It is not suitable
for end user use yet.
</content>
</entry>
<entry>
<title>Recommend libgmime-2.6-dev in INSTALL</title>
<updated>2012-05-25T00:54:30Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2012-05-24T19:32:31Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=308107e5ff5cf56bcc5a4bae1ee00b54be378dde'/>
<id>urn:sha1:308107e5ff5cf56bcc5a4bae1ee00b54be378dde</id>
<content type='text'>
Given that everything prefers 2.6 over 2.4, it seems appropriate to
suggest that people install the 2.6 dev package instead of 2.4.
</content>
</entry>
<entry>
<title>Update NEWS and INSTALL about gmime 2.6</title>
<updated>2012-01-21T12:55:08Z</updated>
<author>
<name>Thomas Jost</name>
<email>schnouki@schnouki.net</email>
</author>
<published>2012-01-20T09:39:25Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6d0fcea4e4fcfb803822741bbed762d499f9a055'/>
<id>urn:sha1:6d0fcea4e4fcfb803822741bbed762d499f9a055</id>
<content type='text'>
</content>
</entry>
<entry>
<title>INSTALL/README: Clean up the description of how to run the emacs interface.</title>
<updated>2010-06-01T17:51:42Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-06-01T17:44:32Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ecfc8df47627fde618a338b88d10e710a5611d3b'/>
<id>urn:sha1:ecfc8df47627fde618a338b88d10e710a5611d3b</id>
<content type='text'>
The INSTALL file still had old information about the "make
install-emacs" command which no longer exists. README was also giving
pointers on how to develop a real interface, (which is not the right
thing since README should be addressed to users, not coders).

So remove the stale and misplaced information, and instead add a new
"Running notmuch" section to the README describing how to run the
notmuch command-line interface and how to run the emacs interface.
</content>
</entry>
<entry>
<title>INSTALL: Note the advantages of Xapian 1.0.18+ and 1.1.4+</title>
<updated>2010-06-01T17:51:42Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-06-01T17:42:43Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=bb1f03f0b9692ca782e8c397b87a09d7455c4452'/>
<id>urn:sha1:bb1f03f0b9692ca782e8c397b87a09d7455c4452</id>
<content type='text'>
These versions provide greatly desired performance advantages for
notmuch.

Previously, theses details existed in an old NEWS entry, but most
users are unlikely to find those details there. Put them here where we
mention the Xapian dependency.
</content>
</entry>
<entry>
<title>INSTALL: Include Fedora command for installing dependencies of notmuch.</title>
<updated>2010-03-09T20:13:32Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-03-09T20:12:32Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=a875e17211e9e9a7b6fea98430a13bc6985910ca'/>
<id>urn:sha1:a875e17211e9e9a7b6fea98430a13bc6985910ca</id>
<content type='text'>
We already had this command in the error message from the configure script,
so we should include it here as well.
</content>
</entry>
<entry>
<title>INSTALL: Add a pointer to ./configure --help</title>
<updated>2010-03-09T20:13:32Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-03-09T20:11:47Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=21a92c6cce565d822355b35ab885213b8e7a1ddd'/>
<id>urn:sha1:21a92c6cce565d822355b35ab885213b8e7a1ddd</id>
<content type='text'>
We have some good documentation in ./configure --help, so we should
direct users to it.
</content>
</entry>
<entry>
<title>INSTALL/notmuch.el: More details on how to install/run notmuch.el</title>
<updated>2009-11-21T20:40:57Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2009-11-21T20:40:57Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=aac1d6035238f6a2b18c0dc0d7a5190a2187c511'/>
<id>urn:sha1:aac1d6035238f6a2b18c0dc0d7a5190a2187c511</id>
<content type='text'>
Hopefully this will save some people some head-scratching trying
to figure out how to use it.
</content>
</entry>
</feed>
