diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-04-11 11:52:29 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-04-11 11:52:29 +0100 |
commit | a44f887e6609d46f39c6f4266a175dce1671d2a0 (patch) | |
tree | 18da56c093696b9017eec0d62be44ba25339c797 /pykolab/conf/defaults.py | |
parent | de8818dd793a1b1caff98be0ff03fc3e032f9f92 (diff) | |
download | pykolab-a44f887e6609d46f39c6f4266a175dce1671d2a0.tar.gz |
Pull out auth and conf from becoming multi-instance all over the place. One of each suffices.
Clean up imap module, along with making the imap.cyrus module work better
Diffstat (limited to 'pykolab/conf/defaults.py')
-rw-r--r-- | pykolab/conf/defaults.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pykolab/conf/defaults.py b/pykolab/conf/defaults.py index 9e3a8ec..437e3f6 100644 --- a/pykolab/conf/defaults.py +++ b/pykolab/conf/defaults.py @@ -22,3 +22,7 @@ import logging class Defaults(object): def __init__(self, plugins=None): self.loglevel = logging.CRITICAL + + # An integer or float to indicate the interval at which the Cyrus IMAP + # library should try to retrieve annotations + self.cyrus_annotations_retry_interval = 1
\ No newline at end of file |