Fix refresh of list when forwarding a message

Fixes #2818
This commit is contained in:
Francis Lachapelle
2014-07-09 11:17:36 -04:00
parent dbdb7d9051
commit 44d0cb5c0d
6 changed files with 37 additions and 10 deletions

View File

@@ -166,7 +166,7 @@ function onPostComplete(http) {
p = window.opener;
if (p && p.refreshMessage)
p.refreshMessage(jsonResponse["sourceFolder"],
jsonResponse["messageID"]);
jsonResponse["sourceMessageID"]);
onCloseButtonClick();
}
else {