Code

GOsa saves KBs, kolab MBs, fixed this
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 6 Jul 2005 11:17:24 +0000 (11:17 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 6 Jul 2005 11:17:24 +0000 (11:17 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@922 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/mail/class_mailAccount.inc

index da7a772b802ac03b38aef7788a2fdb68180afa72..6f5fc7e1c557c10e917b9be5ea6c642da5f1297e 100644 (file)
@@ -535,7 +535,12 @@ class mailAccount extends plugin
     $method->fixAttributesOnRemove($this);
 
     /* Mailmethod wants us to remove the entry from LDAP. Keep uid! */
+    #fixme: || kolab || is differs here, you can't delete all attrs specified in this plugin .... 
+    #fixme: there are some attributes we have to keep, i think.
     unset ($this->attrs['uid']);
+
+
+
     @DEBUG (DEBUG_LDAP, __LINE__, __FUNCTION__, __FILE__,
         $this->attributes, "Save");
     $ldap->cd($this->dn);