See ChangeLog.

Monotone-Parent: 0b55311518f426ab169d4fd0db8cfe9a54c3e1e6
Monotone-Revision: dd1c46e2753c2224bf847ca7bf850d63b8f97372

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-06-30T17:26:06
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-06-30 17:26:06 +00:00
parent a7a47ba59b
commit e8ecf7e53b
4 changed files with 9 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ function savePreferences(sender) {
}
if ($("enableForward") && $("enableForward").checked) {
if ($("forwardAddress").value.strip().length == 0) {
if (!emailRE.test($("forwardAddress").value)) {
alert(_("Please specify an address to which you want to forward your messages."));
sendForm = false;
}