aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-06-01 10:44:32 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-06-01 10:51:42 -0700
commitecfc8df47627fde618a338b88d10e710a5611d3b (patch)
tree92a79ea5949eff9b03f120df474a144f75dca48b /INSTALL
parentbb1f03f0b9692ca782e8c397b87a09d7455c4452 (diff)
INSTALL/README: Clean up the description of how to run the emacs interface.
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.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 0 insertions, 10 deletions
diff --git a/INSTALL b/INSTALL
index 9cf328ee..e51b397c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,16 +18,6 @@ will call configure for you). See this command:
for detailed documentation of the things you can control at the
configure stage.
-notmuch.el installation
------------------------
-Installing the notmuch.el emacs lisp function systemwide:
-
- sudo make install-emacs
-
-Each user needs to add (require 'notmuch) in his ~/.emacs to make it
-available and then start emacs running notmuch with "emacs -f notmuch"
-or start notmuch from within emacs with "M-x notmuch".
-
Dependencies
------------
Notmuch depends on three libraries: Xapian, GMime 2.4, and Talloc