Merge branch 'master' into next
Conflicts: Changelog.draft.rst
This commit is contained in:
commit
de3942fd53
@ -24,6 +24,7 @@ Bug Fixes
|
|||||||
---------
|
---------
|
||||||
|
|
||||||
* Allow SSL connections to send keep-alive messages.
|
* Allow SSL connections to send keep-alive messages.
|
||||||
|
* Fix regression (UIBase is no more).
|
||||||
|
|
||||||
|
|
||||||
Pending for the next major release
|
Pending for the next major release
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
from offlineimap import CustomConfig
|
from offlineimap import CustomConfig
|
||||||
from offlineimap.ui import getglobalui
|
from offlineimap.ui import getglobalui
|
||||||
import os.path
|
import os.path
|
||||||
import sys
|
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
def LoadRepository(name, account, reqtype):
|
def LoadRepository(name, account, reqtype):
|
||||||
@ -167,7 +166,7 @@ class BaseRepository(CustomConfig.ConfigHelperMixin):
|
|||||||
except (KeyboardInterrupt):
|
except (KeyboardInterrupt):
|
||||||
raise
|
raise
|
||||||
except:
|
except:
|
||||||
UIBase.getglobalui().warn("ERROR Attempting to make folder " \
|
getglobalui().warn("ERROR Attempting to create folder " \
|
||||||
+ key + ":" +traceback.format_exc())
|
+ key + ":" +traceback.format_exc())
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user