From: scheiter Date: Thu, 25 Jan 2007 11:14:19 +0000 (+0000) Subject: Append whole mailadress to kolab Shared Folders X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=58cf084fe171cc22dd388e110a36494753ef7113;p=gosa.git Append whole mailadress to kolab Shared Folders git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5621 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_mail-methods-kolab.inc b/include/class_mail-methods-kolab.inc index 0ab22b92f..caf7b2bde 100644 --- a/include/class_mail-methods-kolab.inc +++ b/include/class_mail-methods-kolab.inc @@ -204,7 +204,7 @@ class mailMethodKolab extends mailMethodCyrus } /* Save shared folder target */ - $mailObject->attrs['gosaSharedFolderTarget']= "kolab+shared.".$mailObject->uid; + $mailObject->attrs['gosaSharedFolderTarget']= "kolab+shared.".$mailObject->mail; /* Kolab shared folder names are like ' shared.uid@server.de ' So overwrite uid to match these folder names. Else we can't read quota settings etc.