|
|
@@ -70,6 +70,8 @@ class UpdateAccount extends CreateAccount
|
|
|
$account->setAttr(Account::ATTR_COMPANY, $this->formData['company']);
|
|
|
$account->setAttr(Account::ATTR_ACCOUNT_STATUS, $this->formData['status']);
|
|
|
$account->setAttr(Account::ATTR_DISPLAY_NAME, $this->formData['display_name']);
|
|
|
+ $account->setAttr(Account::ATTR_MAIL_FORWARD, $this->formData['zimbraPrefMailForwardingAddress']);
|
|
|
+ $account->setAttr(Account::ATTR_DISABLE_LOCAL, $this->formData['zimbraPrefMailLocalDeliveryDisabled']);
|
|
|
|
|
|
return $account;
|
|
|
|