mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-08 21:15:27 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user