mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-30 23:55:34 +00:00
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:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user