From ff3eb17b0f4d49ec5f1634b04fc1db05fd3aca24 Mon Sep 17 00:00:00 2001 From: Ethan Schoonover Date: Thu, 6 Jan 2011 15:54:18 -0800 Subject: [PATCH] correct ssl ca-cert variable name in sample conf The sample configuration file includes a minor misspelling in the sslcacertfile variable, fixed herein. Signed-off-by: Ethan Schoonover Signed-off-by: Sebastian Spaeth Signed-off-by: Nicolas Sebrecht --- offlineimap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offlineimap.conf b/offlineimap.conf index bada76d..baff536 100644 --- a/offlineimap.conf +++ b/offlineimap.conf @@ -282,7 +282,7 @@ ssl = yes # No SSL verification is done without this option, if it is # specified, the CA Cert(s) need to verify the Server cert AND # match the hostname (* wildcard allowed on the left hand side) -# sslcacertcertfile = /path/to/cacertfile.crt +# sslcacertfile = /path/to/cacertfile.crt # Specify the port. If not specified, use a default port. # remoteport = 993