summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8a8ee34)
raw | patch | inline | side by side (parent: 8a8ee34)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 15 Jun 2009 07:29:45 +0000 (07:29 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 15 Jun 2009 07:29:45 +0000 (07:29 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13715 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/mail/personal/mail/class_mail-methods.inc | patch | blob | history |
diff --git a/gosa-plugins/mail/personal/mail/class_mail-methods.inc b/gosa-plugins/mail/personal/mail/class_mail-methods.inc
index cab73287477c7ecf850270292b7f93c23b66172d..31bd3ed6d06c84ff688a58bb7814d551730ed68c 100644 (file)
protected $userObjectClasses = array();
protected $shareObjectClasses = array();
- /* Enabled mail domain selection. If enabled getMailDomains must the domain parts */
+ /* Enabled mail domain selection. If enabled getMailDomains() have to return an array
+ * with the domain parts.
+ */
protected $enableDomainSelection= FALSE;
protected $enableQuota = TRUE;
protected $enableSieveManager = FALSE;