]> granicus.if.org Git - neomutt/commitdiff
Manual: Add some general notes about optional features.
authorRocco Rutte <pdmef@gmx.net>
Thu, 1 Nov 2007 10:56:03 +0000 (11:56 +0100)
committerRocco Rutte <pdmef@gmx.net>
Thu, 1 Nov 2007 10:56:03 +0000 (11:56 +0100)
Mention 'configure --help' and 'mutt -v' output.

doc/manual.xml.head

index a37cf695d7ee22cfdc1acf74123bd8ed9bdcbe2e..d056bcfa1adb63678e60f3910212a479f21e394a 100644 (file)
@@ -5575,6 +5575,34 @@ muttrc.
 <chapter id="optionalfeatures">
 <title>Optional features</title>
 
+<sect1>
+<title>General notes</title>
+
+<sect2>
+<title>Enabling/disabling features</title>
+
+<para>
+Mutt supports several of optional features which can be enabled or
+disabled at compile-time by giving the <literal>configure</literal> script
+certain arguments. These are listed in the ``Optional features'' section of
+the <literal>configure --help</literal> output.
+</para>
+
+<para>
+Which features are enabled or disabled can later be determined from the
+output of <literal>mutt -v</literal>. 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, <literal>mutt -v</literal> would contain:
+</para>
+
+<screen>
+-USE_SSL_OPENSSL +USE_SSL_GNUTLS</screen>
+
+</sect2>
+
+</sect1>
+
 <sect1 id="pop">
 <title>POP3 Support</title>