mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-28 01:22:44 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user