From 7ec77a1c62740a07f21d6bb31ce2837796afc617 Mon Sep 17 00:00:00 2001 From: Eygene Ryabinkin Date: Tue, 27 Aug 2013 15:55:47 +0400 Subject: [PATCH] Specify proper name for SSL version knob in configuration file Github issue: https://github.com/OfflineIMAP/offlineimap/issues/48 Spotted-by: gitprojs@GitHub Signed-off-by: Eygene Ryabinkin --- offlineimap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offlineimap.conf b/offlineimap.conf index 039e210..ec69bbb 100644 --- a/offlineimap.conf +++ b/offlineimap.conf @@ -345,7 +345,7 @@ ssl = yes # automatically detected. In rare cases, it may be necessary to specify a # particular version from: tls1, ssl2, ssl3, ssl23 (SSLv2 or SSLv3) -# sslversion = ssl23 +# ssl_version = ssl23 # Specify the port. If not specified, use a default port. # remoteport = 993