diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-10-28 12:41:35 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-10-28 12:41:35 +0100 |
commit | ab86e1e85ea181e2e3082c8f10864a567b7f2b0f (patch) | |
tree | aa80ecf6d5e056e3f47dcd77e232ddd165864cd2 /pykolab/conf/defaults.py | |
parent | f692c2c86d39f5da66922989656488ce03a5e710 (diff) | |
download | pykolab-ab86e1e85ea181e2e3082c8f10864a567b7f2b0f.tar.gz |
Enhance handling of search mail attributes
Diffstat (limited to 'pykolab/conf/defaults.py')
-rw-r--r-- | pykolab/conf/defaults.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pykolab/conf/defaults.py b/pykolab/conf/defaults.py index 437e3f6..cce57d5 100644 --- a/pykolab/conf/defaults.py +++ b/pykolab/conf/defaults.py @@ -25,4 +25,6 @@ class Defaults(object): # 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 + self.cyrus_annotations_retry_interval = 1 + + self.address_search_attrs = "mail, alias"
\ No newline at end of file |