summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-03-02 12:45:20 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-03-02 12:45:20 +0000
commitcb96667e2b7389e04aadcd0fa5b899394c50a70a (patch)
tree32ce664757fa9f6dba3ab59d53ba77f3a7569aba /INSTALL
parent5589923789e4450c40d55ab02b2ae6aabc73aa72 (diff)
Add some SSL documentation. From Tommi Komulainen.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index c044e16a..7ad44fd8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -82,6 +82,15 @@ to ``configure'' to help it out, or change the default behavior:
--enable-imap
enable IMAP support
+--with-ssl[=PFX]
+ enable SSL support with IMAP. SSL support requires you to have
+ OpenSSL headers and libraries properly installed before
+ compiling. If the OpenSSL headers and libraries are not in the
+ default system pats you can use the optional PFX argument to
+ define the root directory of your installation. The libraries
+ are then expected to be found in PFX/lib and headers in
+ PFX/include/openssl.
+
--disable-nls
This switch disables mutt's native language support.