Monotone-Parent: 702a1b091244767d9453266731ab73a2070019b7

Monotone-Revision: 2045ada3c4deb0418109ebabb66ee2bc784546fd

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-08-19T11:31:56
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-08-19 11:31:56 +00:00
parent aa4c2ab572
commit dd381b906b
+1 -1
View File
@@ -179,7 +179,7 @@ function sanitizeMailTo(dirtyMailTo) {
function sanitizeWindowName(dirtyWindowName) {
// IE is picky about the characters used for the window name.
return dirtyWindowName.replace(/[\s\.\/-]/g, "_");
return dirtyWindowName.replace(/[\s\.\/\-\@]/g, "_");
}
function openUserFolderSelector(callback, type) {