From: scheiter Date: Fri, 2 Feb 2007 13:17:44 +0000 (+0000) Subject: Append whole mailaddress to kolab Shared Folders X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=67298ea23df89f6c50622e594fabd2477603a9f6;p=gosa.git Append whole mailaddress to kolab Shared Folders git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5685 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.