diff options
| author | Paul Eggert | 2017-08-02 19:13:26 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-08-02 19:15:45 -0700 |
| commit | 2d2c12fc5f45ff73387efd6241447f3d9cbadf09 (patch) | |
| tree | 70d541944e89ad83cfaa35dad8b9e15b6faa8d48 /doc | |
| parent | 5ed0bf1061cb0b2e70ee1d28f5f3586259ec0f3b (diff) | |
| download | emacs-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.texi | 2 |
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 | |||
| 1382 | version. There are two versions of the @command{movemail} program: the | 1382 | version. There are two versions of the @command{movemail} program: the |
| 1383 | GNU Mailutils version (@pxref{movemail,,,mailutils,GNU mailutils}), | 1383 | GNU Mailutils version (@pxref{movemail,,,mailutils,GNU mailutils}), |
| 1384 | and an Emacs-specific version that is built and installed unless Emacs | 1384 | and an Emacs-specific version that is built and installed unless Emacs |
| 1385 | was configured using the @option{--with-mailutils} option. | 1385 | was configured @option{--with-mailutils} in effect. |
| 1386 | The two @command{mailtool} versions support the same | 1386 | The two @command{mailtool} versions support the same |
| 1387 | command line syntax and the same basic subset of options. However, the | 1387 | command line syntax and the same basic subset of options. However, the |
| 1388 | Mailutils version offers additional features. | 1388 | Mailutils version offers additional features. |