merge of '0125ec85f12db797fda490ba70897a61682fadad'

and '543e45199920400765ecaa8cf762102cd49ee1cb'

Monotone-Parent: 0125ec85f12db797fda490ba70897a61682fadad
Monotone-Parent: 543e45199920400765ecaa8cf762102cd49ee1cb
Monotone-Revision: 7145f91bc53473eb5af77730e87d0ebc7d3988e3

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-10-15T16:10:31
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-10-15 16:10:31 +00:00
+1 -2
View File
@@ -1142,10 +1142,9 @@ function ICalendarButtonCallback(http) {
window.location.reload();
}
else {
log ("ICalendarButtonCallback");
if (isHttpStatus204(http.status)) {
var oldMsg = http.callbackData;
var msg = Mailer.currentMailbox + "/" + Mailer.currentMessages[Mailer.currentMailbox]; log (oldMsg + " => " + msg);
var msg = Mailer.currentMailbox + "/" + Mailer.currentMessages[Mailer.currentMailbox];
deleteCachedMessage(oldMsg);
if (oldMsg == msg) {
loadMessage(Mailer.currentMessages[Mailer.currentMailbox]);