From d4fb78112cb7d79fd2648a7ce62c6089c61ea4cb Mon Sep 17 00:00:00 2001 From: Rocco Rutte Date: Thu, 1 Nov 2007 11:56:03 +0100 Subject: [PATCH] Manual: Add some general notes about optional features. Mention 'configure --help' and 'mutt -v' output. --- doc/manual.xml.head | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/doc/manual.xml.head b/doc/manual.xml.head index a37cf695d..d056bcfa1 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -5575,6 +5575,34 @@ muttrc. Optional features + +General notes + + +Enabling/disabling features + + +Mutt supports several of optional features which can be enabled or +disabled at compile-time by giving the configure script +certain arguments. These are listed in the ``Optional features'' section of +the configure --help output. + + + +Which features are enabled or disabled can later be determined from the +output of mutt -v. If a compile option starts with +``+'' it is enabled and disabled if prefixed with ``-''. For example, if +mutt was compiled using GnuTLS for encrypted communication instead of +OpenSSL, mutt -v would contain: + + + +-USE_SSL_OPENSSL +USE_SSL_GNUTLS + + + + + POP3 Support -- 2.50.1