Don't loose composition window when opening mail

Steps to reproduce:
 * open message in popup window
 * click reply or forward
 * re-open message in popup window from the messages list

It will now open the message in a separate popup.

Fixes #1908.
This commit is contained in:
Francis Lachapelle
2012-09-24 14:07:56 -04:00
parent b22b03caa5
commit 459c80dbf6
+1
View File
@@ -195,6 +195,7 @@ function openMessageWindowsForSelection(action, firstOnly) {
var url = window.location.href;
var parts = url.split("/");
parts[parts.length-1] = action;
window.name += "_" + action;
window.location.href = parts.join("/");
}
else {