aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2017-08-02 19:13:26 -0700
committerPaul Eggert2017-08-02 19:15:45 -0700
commit2d2c12fc5f45ff73387efd6241447f3d9cbadf09 (patch)
tree70d541944e89ad83cfaa35dad8b9e15b6faa8d48 /doc
parent5ed0bf1061cb0b2e70ee1d28f5f3586259ec0f3b (diff)
downloademacs-2d2c12fc5f45ff73387efd6241447f3d9cbadf09.tar.gz
emacs-2d2c12fc5f45ff73387efd6241447f3d9cbadf09.zip
Default to --with-mailutils if it is installed
* configure.ac (with_mailutils): Default to 'yes' if GNU Mailutils is installed. See: http://lists.gnu.org/archive/html/emacs-devel/2017-08/msg00054.html
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/rmail.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi
index 046087ef452..f2416a07776 100644
--- a/doc/emacs/rmail.texi
+++ b/doc/emacs/rmail.texi
@@ -1382,7 +1382,7 @@ Rmail attempts to locate the @command{movemail} program and determine its
1382version. There are two versions of the @command{movemail} program: the 1382version. There are two versions of the @command{movemail} program: the
1383GNU Mailutils version (@pxref{movemail,,,mailutils,GNU mailutils}), 1383GNU Mailutils version (@pxref{movemail,,,mailutils,GNU mailutils}),
1384and an Emacs-specific version that is built and installed unless Emacs 1384and an Emacs-specific version that is built and installed unless Emacs
1385was configured using the @option{--with-mailutils} option. 1385was configured @option{--with-mailutils} in effect.
1386The two @command{mailtool} versions support the same 1386The two @command{mailtool} versions support the same
1387command line syntax and the same basic subset of options. However, the 1387command line syntax and the same basic subset of options. However, the
1388Mailutils version offers additional features. 1388Mailutils version offers additional features.