summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-08-26 17:58:30 +0000
committerRichard M. Stallman <rms@gnu.org>1996-08-26 17:58:30 +0000
commitc5f329d60ddb30b683f11d81482c57132364e698 (patch)
tree84151c83abb6b81b46932cb739d5504baf55c0e6 /INSTALL
parent948c942fc85f7e02b864c3fd27a9ff2d780813dd (diff)
downloademacs-c5f329d60ddb30b683f11d81482c57132364e698.tar.gz
Describe --with-pop and related options.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 7ec5e4ef70d..522a7390543 100644
--- 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