Code

Updated acount id creation
[gosa.git] / gosa-plugins / mail / personal / mail / class_mail-methods-cyrus.inc
index 4c81f9cfd3602638eef532802f02864b9f1a8818..dc1bc39c8bad24c5ded282d1d304c48d79854a01 100644 (file)
@@ -8,7 +8,10 @@ class mailMethodCyrus extends mailMethod{
   protected $quota_loaded = FALSE;
    
   /* Allow modification of account_ids for existing mail accounts */
-  protected $modifyableMail = FALSE;
+  protected $modifyableMail   = FALSE;
+
+  /* Allow modification of the mail server attribute existing mail accounts */
+  protected $modifyableServer = FALSE;
 
   /* Enforces same value for 'mail' as used for 'cn' */
   protected $mailEqualsCN   = FALSE;