diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-03 15:42:10 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-03 15:46:15 -0700 |
commit | af2a40fbd37a663a8ee5a722f9fecb80c425c128 (patch) | |
tree | 9f331e74730a2a41ac62658e99be418efa62c2e4 /INSTALL | |
parent | 4ac5ac50c94b20acdad3746ee168a72d8dd18b4f (diff) | |
download | emacs-af2a40fbd37a663a8ee5a722f9fecb80c425c128.tar.gz |
--with-pop is now the default only on MS-Windows
Problem reported by N. Jackson (Bug#28597).
This improves an earlier suggestion by Robert Pluim (Bug#28597#47).
* INSTALL, configure.ac, etc/NEWS:
Make --with-pop the default only on native MS-Windows.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -273,8 +273,10 @@ a POP3 server by default. Versions of the POP protocol older than POP3 are not supported. While POP3 support is typically enabled, whether Emacs actually uses POP3 is controlled by individual users; see the Rmail chapter of the Emacs manual. Unless --with-mailutils is -in effect, it is a good idea to configure --without-pop so that users -are less likely to inadvertently read email via insecure channels. +in effect, it is a good idea to configure without POP3 support so that +users are less likely to inadvertently read email via insecure +channels. On native MS-Windows, --with-pop is the default; on other +platforms, --without-pop is the default. For image support you may have to download, build, and install the appropriate image support libraries for image types other than XBM and |