From 67298ea23df89f6c50622e594fabd2477603a9f6 Mon Sep 17 00:00:00 2001 From: scheiter Date: Fri, 2 Feb 2007 13:17:44 +0000 Subject: [PATCH] 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 --- include/class_mail-methods-kolab.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2