]> git.eshelyaron.com Git - emacs.git/commitdiff
Describe --with-pop and related options.
authorRichard M. Stallman <rms@gnu.org>
Mon, 26 Aug 1996 17:58:30 +0000 (17:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 26 Aug 1996 17:58:30 +0000 (17:58 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index 7ec5e4ef70de258d466f7555d25557f8e55f398b..522a73905438499a5088f48176b31f03f85b8757 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -70,6 +70,14 @@ compile Emacs using GCC.  If you don't want to use GCC, specify
 `--with-gcc=no'.  If you omit this option, `configure' will search
 for GCC in your path, and use it if present.
 
+If you want the Emacs mail reader RMAIL to read mail from a POP
+server, you must specify `--with-pop'.  This provides support for the
+POP3 protocol; older versions are not supported.  For
+Kerberos-authenticated POP add `--with-kerberos', for Hesiod support
+add `--with-hesiod'.  These options enable Emacs to use POP; whether
+Emacs uses POP is controlled by individual users--see the Rmail
+chapter of the Emacs manual.
+
 You can build Emacs for several different machine types from a single
 source directory.  To do this, you must use a version of `make' that
 supports the `VPATH' variable, such as GNU `make'.  Make separate