Changeset 5252:69ba99747f3e for doc
- Timestamp:
- 2007-11-01 04:56:22 (13 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
doc/manual.xml.head (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/manual.xml.head
r5251 r5252 5584 5584 <para> 5585 5585 Mutt supports several of optional features which can be enabled or 5586 disabled at compile-time by giving the < literal>configure</literal> script5586 disabled at compile-time by giving the <emphasis>configure</emphasis> script 5587 5587 certain arguments. These are listed in the ``Optional features'' section of 5588 the < literal>configure --help</literal> output.5588 the <emphasis>configure --help</emphasis> output. 5589 5589 </para> 5590 5590 … … 5648 5648 5649 5649 </sect2> 5650 5651 </sect1> 5652 5653 <sect1 id="ssl"> 5654 <title>SSL/TLS Support</title> 5655 5656 <para> 5657 If mutt is compiled with IMAP, POP3 and/or SMTP support, it can also be 5658 compiled with support for SSL or TLS using either OpenSSL or GnuTLS ( 5659 by running the <emphasis>configure</emphasis> script with the 5660 <emphasis>--enable-ssl=...</emphasis> option for OpenSSL or 5661 <emphasis>--enable-gnutls=...</emphasis> for GnuTLS). Mutt can then 5662 attempt to encrypt communication with remote servers if these protocols 5663 are suffixed with ``s'' for ``secure communication''. 5664 </para> 5650 5665 5651 5666 </sect1>
