mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-12 06:55:26 +00:00
Monotone-Parent: df5a09ae9d29fc91931a36f18aa384ed606194c5
Monotone-Revision: 20ed9d28f7e0284da6a03803be4b44515ff13153 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-25T15:29:25
This commit is contained in:
@@ -22,7 +22,8 @@ function savePreferences(sender) {
|
||||
sendForm = false;
|
||||
}
|
||||
|
||||
if (!emailRE.test($("replyTo").value)) {
|
||||
var replyTo = $("replyTo").value;
|
||||
if (!replyTo.blank() && !emailRE.test(replyTo)) {
|
||||
showAlertDialog(_("Please specify a valid reply-to address."));
|
||||
sendForm = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user