From 1d9ea20b5217fcf8883721fce382063cc5714655 Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Mon, 5 Jun 2017 23:21:21 +0100 Subject: [PATCH] Remove refs to deleted configure options Obsolete configure options: --enable-hcache --enable-imap --enable-mailtool --enable-nntp --enable-pop --enable-smtp --with-included-gettext --with-regex --- INSTALL | 69 --------------------------------------------- Makefile.am | 2 +- README.SSL | 2 +- doc/manual.xml.head | 28 ++++++------------ 4 files changed, 11 insertions(+), 90 deletions(-) diff --git a/INSTALL b/INSTALL index 53ef1bf43..2f8ef77c0 100644 --- a/INSTALL +++ b/INSTALL @@ -56,12 +56,6 @@ to ``configure'' to help it out, or change the default behavior: that this is *not* the full pathname, but relative to the user's home directory. Defaults to "mailbox" if FILE is not specified. ---enable-pop - enable POP3 support - ---enable-imap - enable IMAP support - --with-gss[=PFX] Enable GSSAPI authentication to IMAP servers. This should work with both MIT and Heimdal GSSAPI implementations - others haven't been @@ -88,18 +82,6 @@ to ``configure'' to help it out, or change the default behavior: --disable-nls This switch disables mutt's native language support. ---with-included-gettext - Mutt will be built using the GNU gettext library included in - the intl/ sub-directory. You may need to use this switch if - your machine has something which looks like gettext to the - configure script, but isn't able to cope with mutt's catalog - files. - ---with-regex - use GNU regex instead of local regexp routines. Many systems - don't have the POSIX compliant regcomp/regexec/regfree - routines, so this provides a way to support them. - --enable-flock use flock() to lock files. @@ -213,54 +195,3 @@ into your system's global Muttrc, which normally resides in /etc or If you really want to, you can configure Mutt --disable-iconv, but there will then be no character set conversion. - -Platform Notes -============== - -All platforms - - There is a bug in most (if not all) S-Lang versions which - prevents the Meta key from working with mutt. A patch can - be found in the file contrib/patch.slang-1.2.2.keypad.1 in - this mutt distribution. - - -Solaris 2.4 - - The system regcomp() and regexec() routines are very badly - broken. This should be automatically detected by the - configure script. If not, use the --with-regex switch when - configuring mutt. - - We are also hearing reports that Solaris 2.4's NLS libraries - dump core with mutt when using a locale different from "C". - Use the --with-included-gettext configuration switch if you - experience this problem. - - Color does not work right with Solaris curses. You will - have to compile with either ncurses or slang to get working - color support. - -Solaris 2.6 - - There are reports that mutt behaves strangely when linked with - the system regexp library. Please use the --with-regex switch - when configuring on this platform. - - For the real fix, applying Sun patches # 105490-05 (linker - patch) and # 105210-17 (libc and malloc patch) from - sunsolve.sun.com has been reported to stop these problems - from occurring. - -Linux - - On recent Linux systems, flock() and fcntl() locks don't mix. If - you use the --enable-flock switch on such systems, be sure to - give the --disable-fcntl argument as well. - -Sparc Linux - - Redhat 4.2 Sparc users reported problems with some system - include files when building mutt. Configuring mutt with the - --disable-warnings switch is said to help against this problem. - diff --git a/Makefile.am b/Makefile.am index 7a6cc43e4..38607f010 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ EXTRA_PROGRAMS = mutt_dotlock pgpring pgpewrap mutt_md5 # Test the .tar file by building everything AM_DISTCHECK_CONFIGURE_FLAGS = --enable-debug --enable-flock --enable-gpgme \ - --enable-mailtool --enable-nfs-fix --enable-notmuch --with-bdb \ + --enable-nfs-fix --enable-notmuch --with-bdb \ --with-gdbm --with-gnutls --with-gss --with-kyotocabinet --with-lmdb \ --with-mixmaster --with-qdbm --with-sasl --with-tokyocabinet diff --git a/README.SSL b/README.SSL index 221525e05..50cc087f4 100644 --- a/README.SSL +++ b/README.SSL @@ -8,7 +8,7 @@ If you want to have SSL support in mutt, you need to install OpenSSL OpenSSL versions 0.9.3 through 1.0.1c have been tested. For SSL support to be enabled, you need to run the ``configure'' -script with ``--enable-imap --with-ssl[=PFX]'' parameters. If the +script with ``--with-ssl[=PFX]'' parameters. If the OpenSSL headers and libraries are not in the default system search paths (usually /usr/include and /usr/lib) you can use the optional PFX argument to define the root directory of your installation. The diff --git a/doc/manual.xml.head b/doc/manual.xml.head index e53436d6c..b3800e316 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -9131,10 +9131,8 @@ smtp://user@host:587/ POP3 Support - If Mutt is compiled with POP3 support (by running the - configure script with the - --enable-pop flag), it has the ability to work with - mailboxes located on a remote POP3 server and fetch mail for local + Mutt has POP3 support and has the ability to work with mailboxes + located on a remote POP3 server and fetch mail for local browsing. Remote POP3 servers can be accessed using URLs with the pop protocol for unencrypted and @@ -9171,10 +9169,8 @@ smtp://user@host:587/ IMAP Support - If Mutt was compiled with IMAP support (by running the - configure script with the - --enable-imap flag), it has the ability to work with - folders located on a remote IMAP server. + Mutt has IMAP support and has the ability to work with folders + located on a remote IMAP server. You can access the remote inbox by selecting the folder by its URL (see for details) using the @@ -9298,9 +9294,7 @@ set timeout=15 SMTP Support Besides supporting traditional mail delivery through a - sendmail-compatible program, Mutt supports delivery through SMTP if it - was configured and built with - --enable-smtp. + sendmail-compatible program, Mutt supports delivery through SMTP. If the configuration variable $smtp_url is set, Mutt will contact the given SMTP server to deliver messages; if it is unset, Mutt will use the @@ -9419,11 +9413,9 @@ folder-hook imap://user@host2/ 'set folder=imap://host2/ ; set record=+INBOX/Sen and MH, reading the headers from a single file is much faster than looking at possibly thousands of single files (since Maildir and MH use one file per message.) - Header caching can be enabled via the configure script and the - --enable-hcache option. It's not turned on by - default because external database libraries are required: one of - tokyocabinet, kyotocabinet, qdbm, gdbm, lmdb or bdb must be - present. + Header caching can be enabled by configuring one of the database + backends. One of tokyocabinet, kyotocabinet, qdbm, gdbm, lmdb or + bdb. If enabled, $header_cache can be used to either point to a file or a directory. If set to point to a file, one database @@ -12193,9 +12185,7 @@ set new_mail_command = "" Introduction Reading news via NNTP - If Mutt is compiled with the - --enable-nntp option, it can read from a news - server using NNTP. + Mutt can read from a news server using NNTP. The default news server can be obtained from the $NNTPSERVER environment variable or from the /etc/nntpserver file. Like in other news readers, -- 2.49.0