From: cajus Date: Thu, 9 Nov 2006 09:28:33 +0000 (+0000) Subject: Synced with latest changes of LHS X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2a6f7e7bee5bfb8515644249cc1af75ebe17a3f3;p=gosa.git Synced with latest changes of LHS git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5060 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/mail/class_mailAccount.inc b/plugins/personal/mail/class_mailAccount.inc index a99d89f09..a05356e81 100644 --- a/plugins/personal/mail/class_mailAccount.inc +++ b/plugins/personal/mail/class_mailAccount.inc @@ -978,9 +978,18 @@ class mailAccount extends plugin if(isset($_POST['mail'])){ $this->mail = $_POST['mail']; } + } + + + function PrepareForCopyPaste($source) + { + plugin::PrepareForCopyPaste($source); + /* Reset alternate mail addresses */ + $this->gosaMailAlternateAddress = array(); } + function allow_remove() { if (isset($this->config->current['MAILMETHOD'])){