From 58cf084fe171cc22dd388e110a36494753ef7113 Mon Sep 17 00:00:00 2001 From: scheiter Date: Thu, 25 Jan 2007 11:14:19 +0000 Subject: [PATCH] Append whole mailadress to kolab Shared Folders git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5621 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