Emacs 'movemail' is now a configure-time option
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Mar 2017 06:50:37 +0000 (23:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Mar 2017 07:15:48 +0000 (00:15 -0700)
commit9f771f6440a61433d34f14aee4046cf2fa6ba391
tree2394bc49b97cd025f338af449fc97992db3f9ccf
parentffbb46849990bf4bf952e01b78c9a1a0ca0d4432
Emacs 'movemail' is now a configure-time option

The new configure option --with-mailutils lets the builder say
that Emacs should assume that GNU Mailutils is installed, instead
of continuing to build and install its own limited and insecure
substitute for 'movemail'.
* INSTALL, etc/NEWS, etc/PROBLEMS: Mention --with-mailutils.
* configure.ac: Add --with-mailutils option.
(with_mailutils): New variable.
Do not bother configuring 'movemail' when not building it.
Warn about issues relating to --with-mailutils.
* doc/emacs/rmail.texi (Movemail): Mention --with-mailutils.
(Movemail, Remote Mailboxes): Document port numbers in
POP and IMAP URLs.
* lib-src/Makefile.in (with_mailutils): New macro.
(UTILITIES): Use it.
INSTALL
configure.ac
doc/emacs/rmail.texi
etc/NEWS
etc/PROBLEMS
lib-src/Makefile.in