Monotone-Parent: bceab5353f7fd5926b14d16f4e1968dca31a7c1d

Monotone-Revision: 9159a1e2f94d0a238a52c1da53f62a1e2996469e

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-10-04T14:17:38
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-10-04 14:17:38 +00:00
parent 93101c5179
commit b1fcb599fd
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -442,7 +442,7 @@ static NSArray *infoKeys = nil;
{
result = [[self clientObject] sendMail];
if (!result)
result = [self jsCloseWithRefreshMethod: nil];
result = [self jsCloseWithRefreshMethod: @"refreshFolderByType(\"sent\")"];
}
else
result = [self failedToSaveFormResponse];
+5
View File
@@ -894,6 +894,11 @@ function refreshCurrentFolder() {
openMailbox(currentMailbox, true);
}
function refreshFolderByType(type) {
if (currentMailboxType == type)
refreshCurrentFolder();
}
var mailboxSpanAcceptType = function(type) {
return (type == "mailRow");
}