]> granicus.if.org Git - neomutt/commitdiff
Remove refs to deleted configure options
authorRichard Russon <rich@flatcap.org>
Mon, 5 Jun 2017 22:21:21 +0000 (23:21 +0100)
committerRichard Russon <rich@flatcap.org>
Sat, 10 Jun 2017 14:24:11 +0000 (15:24 +0100)
Obsolete configure options:
    --enable-hcache
    --enable-imap
    --enable-mailtool
    --enable-nntp
    --enable-pop
    --enable-smtp
    --with-included-gettext
    --with-regex

INSTALL
Makefile.am
README.SSL
doc/manual.xml.head

diff --git a/INSTALL b/INSTALL
index 53ef1bf4389e6cc2da3940ed1add33447bd3455d..2f8ef77c0ed8c32b85f5253ac26df28458f7837d 100644 (file)
--- 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.
-
index 7a6cc43e4dd7c2b48b5103a2a2ba5dcc78ebdb93..38607f010a550ee657f05d2cae4be8c7eda46dd5 100644 (file)
@@ -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
 
index 221525e0559007d7f6a8f66328163fb577d8077b..50cc087f4473e2274b1c5e890667300ee122cef8 100644 (file)
@@ -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
index e53436d6cc3af2c1c44d7a84a4a366d2ce8d79e0..b3800e316abc27be756a093fec2f27d4aeafd84e 100644 (file)
@@ -9131,10 +9131,8 @@ smtp://user@host:587/
 
     <sect1 id="pop">
       <title>POP3 Support</title>
-      <para>If Mutt is compiled with POP3 support (by running the
-      <emphasis>configure</emphasis> script with the
-      <emphasis>--enable-pop</emphasis> flag), it has the ability to work with
-      mailboxes located on a remote POP3 server and fetch mail for local
+      <para>Mutt has POP3 support and has the ability to work with mailboxes
+      located on a remote POP3 server and fetch mail for local
       browsing.</para>
       <para>Remote POP3 servers can be accessed using URLs with the
       <literal>pop</literal> protocol for unencrypted and
@@ -9171,10 +9169,8 @@ smtp://user@host:587/
 
     <sect1 id="imap">
       <title>IMAP Support</title>
-      <para>If Mutt was compiled with IMAP support (by running the
-      <emphasis>configure</emphasis> script with the
-      <emphasis>--enable-imap</emphasis> flag), it has the ability to work with
-      folders located on a remote IMAP server.</para>
+      <para>Mutt has IMAP support and has the ability to work with folders
+      located on a remote IMAP server.</para>
       <para>You can access the remote inbox by selecting the folder by its URL
       (see
       <xref linkend="url-syntax" />for details) using the
@@ -9298,9 +9294,7 @@ set timeout=15
     <sect1 id="smtp">
       <title>SMTP Support</title>
       <para>Besides supporting traditional mail delivery through a
-      sendmail-compatible program, Mutt supports delivery through SMTP if it
-      was configured and built with
-      <literal>--enable-smtp</literal>.</para>
+      sendmail-compatible program, Mutt supports delivery through SMTP.</para>
       <para>If the configuration variable
       <link linkend="smtp-url">$smtp_url</link> 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.)</para>
-        <para>Header caching can be enabled via the configure script and the
-        <emphasis>--enable-hcache</emphasis> 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.</para>
+        <para>Header caching can be enabled by configuring one of the database
+        backends.  One of tokyocabinet, kyotocabinet, qdbm, gdbm, lmdb or
+        bdb.</para>
         <para>If enabled,
         <link linkend="header-cache">$header_cache</link> 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 = ""
       <sect2 id="nntp-intro">
         <title>Introduction</title>
         <para>Reading news via NNTP</para>
-        <para>If Mutt is compiled with the
-        <emphasis>--enable-nntp</emphasis> option, it can read from a news
-        server using NNTP.</para>
+        <para>Mutt can read from a news server using NNTP.</para>
         <para>The default news server can be obtained from the
         <literal>$NNTPSERVER</literal> environment variable or from the
         <literal>/etc/nntpserver</literal> file. Like in other news readers,