| | 5578 | <sect1> |
| | 5579 | <title>General notes</title> |
| | 5580 | |
| | 5581 | <sect2> |
| | 5582 | <title>Enabling/disabling features</title> |
| | 5583 | |
| | 5584 | <para> |
| | 5585 | Mutt supports several of optional features which can be enabled or |
| | 5586 | disabled at compile-time by giving the <literal>configure</literal> script |
| | 5587 | certain arguments. These are listed in the ``Optional features'' section of |
| | 5588 | the <literal>configure --help</literal> output. |
| | 5589 | </para> |
| | 5590 | |
| | 5591 | <para> |
| | 5592 | Which features are enabled or disabled can later be determined from the |
| | 5593 | output of <literal>mutt -v</literal>. If a compile option starts with |
| | 5594 | ``+'' it is enabled and disabled if prefixed with ``-''. For example, if |
| | 5595 | mutt was compiled using GnuTLS for encrypted communication instead of |
| | 5596 | OpenSSL, <literal>mutt -v</literal> would contain: |
| | 5597 | </para> |
| | 5598 | |
| | 5599 | <screen> |
| | 5600 | -USE_SSL_OPENSSL +USE_SSL_GNUTLS</screen> |
| | 5601 | |
| | 5602 | </sect2> |
| | 5603 | |
| | 5604 | </sect1> |
| | 5605 | |