docker-offlineimap/offlineimap
Stefan Huber 561a3d4329 Do not keep reloading pyhtonfile, make it stateful
CustomConfigParser.getlocaleval() loads "pythonfile" at each call.
Besides unnecessary IO, in case that dynamic_folderfilter is true, the
code in "pythonfile" would behave stateless, since it is re-initialized
at each call of getlocaleval(), i.e., at every sync. Fix that by keeping
a singleton copy of localeval in CustomConfigParser after the first call
of getlocaleval().

Signed-off-by: Stefan Huber <shuber@sthu.org>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2015-01-10 12:36:18 +01:00
..
folder folder/Base.py: fix comment: para -> param 2015-01-09 01:10:49 +01:00
repository more style consistency 2015-01-08 23:36:19 +01:00
ui error: Log the messages with level ERROR 2015-01-10 12:36:18 +01:00
utils utils/const.py: fix ident 2015-01-01 22:24:23 +01:00
__init__.py v6.5.7-rc1 2015-01-07 22:20:14 +01:00
accounts.py more style consistency 2015-01-08 23:36:19 +01:00
CustomConfig.py Do not keep reloading pyhtonfile, make it stateful 2015-01-10 12:36:18 +01:00
emailutil.py more style consistency 2015-01-08 23:36:19 +01:00
error.py more consistent style 2015-01-07 21:31:43 +01:00
globals.py Create global instance of command-line options 2013-02-11 23:34:18 +04:00
imaplib2.py Imaplib2: trade backticks to repr() 2014-11-02 10:35:43 +03:00
imaplibutil.py more consistent style 2015-01-07 21:31:43 +01:00
imapserver.py more style consistency 2015-01-08 23:36:19 +01:00
imaputil.py more style consistency 2015-01-08 23:36:19 +01:00
init.py more style consistency 2015-01-08 23:36:19 +01:00
localeval.py more style consistency 2015-01-08 23:36:19 +01:00
mbnames.py more consistent style 2015-01-07 21:31:43 +01:00
syncmaster.py Exit "infinite" monitorloop when SyncRunner thread exits 2011-11-02 11:55:05 +01:00
threadutil.py Fix deadlock for IMAP folder synced in singlethreaded mode 2013-02-05 07:53:25 +04:00