[IMP]: Added Upstream patch for Mail
This commit is contained in:
parent
fa23dddf2b
commit
ff1e80988b
@ -112,6 +112,7 @@ function parse_email (text) {
|
|||||||
}
|
}
|
||||||
return [text, false];
|
return [text, false];
|
||||||
}
|
}
|
||||||
|
}
|
||||||
/* result = text.match(/(.*@.*)/);
|
/* result = text.match(/(.*@.*)/);
|
||||||
if (result) {
|
if (result) {
|
||||||
return [_.str.trim(result[1]), _.str.trim(result[1])];
|
return [_.str.trim(result[1]), _.str.trim(result[1])];
|
||||||
|
Loading…
Reference in New Issue
Block a user