fix(mail(js)): open one distinct popup for each action

Fixes #5431
This commit is contained in:
Francis Lachapelle
2021-11-23 17:37:49 -05:00
parent ff1eecaf5a
commit addf3c1c76
@@ -485,7 +485,10 @@
this.message.uid]
.join('/'),
wId = this.message.$absolutePath();
if (action) url += '/' + action;
if (action) {
wId += '/' + action;
url += '/' + action;
}
popupWindow = $window.open(url, wId,
["width=680",
"height=520",