Remove comma from personal part since comma is preserved as address separator

This commit is contained in:
Hadi Nategh
2018-07-05 14:29:49 +02:00
parent 19b8c555ef
commit 03fd308d00
2 changed files with 4 additions and 1 deletions

View File

@ -49,7 +49,7 @@ egw.extend('open', egw.MODULE_WND_LOCAL, function(_egw, _wnd)
match.push(index[0]);
match[index[0]] = index[1];
}
if (mailto[1]) mailto[1] = mailto[1].replace(/__AMPERSAND__/g, '&');
var content = {
to: mailto[1] || [],
cc: match['cc'] || [],