diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-11-09 23:05:32 +0000 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-11-09 23:05:32 +0000 |
commit | 4253ccba3edbfacca8e79f23e716cc16fc47d525 (patch) | |
tree | 57b2e5ef0202491d028efddc7af0207d7b9af30c /pykolab/conf/defaults.py | |
parent | 7f4f1cb996ad2a45700f7f41b56a613235636305 (diff) | |
download | pykolab-4253ccba3edbfacca8e79f23e716cc16fc47d525.tar.gz |
Set the default for virtual_domains to 'userid'
Diffstat (limited to 'pykolab/conf/defaults.py')
-rw-r--r-- | pykolab/conf/defaults.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pykolab/conf/defaults.py b/pykolab/conf/defaults.py index cce57d5..b109877 100644 --- a/pykolab/conf/defaults.py +++ b/pykolab/conf/defaults.py @@ -23,6 +23,8 @@ class Defaults(object): def __init__(self, plugins=None): self.loglevel = logging.CRITICAL + self.virtual_domains = 'userid' + # 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 |