diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-04-24 15:46:10 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-04-24 15:46:10 +0200 |
commit | 281e9b2eb9847bab32e12bd2ff796c897866f895 (patch) | |
tree | 7c65a785b48bad4f6f56b875ecc80a9a9a62cb61 /pykolab/conf/defaults.py | |
parent | c178883c4220c0cea8736b758d5ee82f445457ad (diff) | |
download | pykolab-281e9b2eb9847bab32e12bd2ff796c897866f895.tar.gz |
Set the default for imap_virtual_domains
Diffstat (limited to 'pykolab/conf/defaults.py')
-rw-r--r-- | pykolab/conf/defaults.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pykolab/conf/defaults.py b/pykolab/conf/defaults.py index 9fd6e8b..669aee3 100644 --- a/pykolab/conf/defaults.py +++ b/pykolab/conf/defaults.py @@ -23,7 +23,7 @@ class Defaults(object): def __init__(self, plugins=None): self.loglevel = logging.CRITICAL - self.virtual_domains = 'userid' + self.imap_virtual_domains = 'userid' # An integer or float to indicate the interval at which the Cyrus IMAP # library should try to retrieve annotations |