See Changelog.

Monotone-Parent: e953e5d096e27fe67d416b4253a117c99a4f1c9e
Monotone-Revision: 9f927f4fe011633f1447bfcc7018824468eb59d7

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-11-12T19:44:40
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-11-12 19:44:40 +00:00
parent 0f4073f17b
commit fc2c6c3eff
2 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
2010-11-12 Francis Lachapelle <flachapelle@inverse.ca>
* UI/WebServerResources/MailerUI.js (messageFlagCallback): now
remove the message headers from the cache.
* SoObjects/SOGo/SOGoGCSFolder.m
(-folderPropertyValueInCategory:forUser:): new method that allows
to specify the user from which to fetch the settings.

View File

@@ -2390,6 +2390,7 @@ function messageFlagCallback(http) {
&& isHttpStatus204(http.status)) {
var data = http.callbackData;
if (data["mailbox"] == Mailer.currentMailbox) {
Mailer.dataTable.invalidate(data["msg"]);
var row = $("row_" + data["msg"]);
var operation = data["label"];
if (operation) {