put_mail_details($email,$pop,$pass,$alias)) {
$error_edit=$err->errstr();
$addok=0;
include ("mail_edit.php");
} else {
$ok=sprintf(_("The email address %s has been successfully changed"),$email)."
";
$addok=1;
$t=explode("@",$email);
$email=$t[0];
$error=$ok;
include("mail_list.php");
exit();
}
?>