summaryrefslogtreecommitdiff
path: root/INSTALL
AgeCommit message (Collapse)Author
2014-04-12dump: support gzipped and atomic outputDavid Bremner
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.
2014-03-09doc: convert sphinx based docsDavid Bremner
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.
2012-05-24Recommend libgmime-2.6-dev in INSTALLAustin Clements
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.
2012-01-21Update NEWS and INSTALL about gmime 2.6Thomas Jost
2010-06-01INSTALL/README: Clean up the description of how to run the emacs interface.Carl Worth
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.
2010-06-01INSTALL: Note the advantages of Xapian 1.0.18+ and 1.1.4+Carl Worth
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.
2010-03-09INSTALL: Include Fedora command for installing dependencies of notmuch.Carl Worth
We already had this command in the error message from the configure script, so we should include it here as well.
2010-03-09INSTALL: Add a pointer to ./configure --helpCarl Worth
We have some good documentation in ./configure --help, so we should direct users to it.
2009-11-21INSTALL/notmuch.el: More details on how to install/run notmuch.elCarl Worth
Hopefully this will save some people some head-scratching trying to figure out how to use it.
2009-11-21INSTALL: emacs install dokumentation.Stefan Schmidt
Write down the steps needed to install and actuall use notmuch in emacs. Should help emacs newbies. Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2009-11-21INSTALL: Mention that xapian-config might be named xapian-config-1.1Carl Worth
As reported on the mailing list.
2009-11-02Add an INSTALL file.Carl Worth
The README file was already referring to this, so we actually add it now.