Merge branch 'fix-223/nuket' into next

This commit is contained in:
Nicolas Sebrecht 2015-10-29 16:14:55 +01:00
commit fce71115a5
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ class IMAPRepository(BaseRepository):
return self.getconfint('remoteport', None)
def getssl(self):
return self.getconfboolean('ssl', 0)
return self.getconfboolean('ssl', 1)
def getsslclientcert(self):
xforms = [os.path.expanduser, os.path.expandvars, os.path.abspath]