From: Rocco Rutte Date: Thu, 1 Nov 2007 10:56:03 +0000 (+0100) Subject: Manual: Add some general notes about optional features. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4fb78112cb7d79fd2648a7ce62c6089c61ea4cb;p=neomutt Manual: Add some general notes about optional features. Mention 'configure --help' and 'mutt -v' output. --- 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