diff --git a/.gitattributes b/.gitattributes
index ddf88b47..9514b22c 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -253,6 +253,7 @@ bureau/admin/mail_del.php -text
bureau/admin/mail_doadd.php -text
bureau/admin/mail_doedit.php -text
bureau/admin/mail_edit.inc.php -text
+bureau/admin/mail_edit.php -text
bureau/admin/mail_list.php -text
bureau/admin/mail_localbox_doedit.php -text
bureau/admin/mail_localbox_edit.inc.php -text
diff --git a/bureau/admin/mail_del.php b/bureau/admin/mail_del.php
index 6f9ceb35..d67caffe 100644
--- a/bureau/admin/mail_del.php
+++ b/bureau/admin/mail_del.php
@@ -45,20 +45,12 @@ if ($confirm=="y") {
while (list($key,$val)=each($d)) {
$mail->delete($val);
$error.=$err->errstr()."
";
- /*
- $error.=$err->errstr()."
"; //sprintf(_("The email address %s does not exist!")."
",$val);
- } else {
- $error.=sprintf(_("The email address %s has been deleted!")."
",$val);
- }
- */
}
include("mail_list.php");
exit();
}
?>
-
-