mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-22 21:39:28 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user