mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
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:
@@ -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];
|
||||
|
||||
@@ -894,6 +894,11 @@ function refreshCurrentFolder() {
|
||||
openMailbox(currentMailbox, true);
|
||||
}
|
||||
|
||||
function refreshFolderByType(type) {
|
||||
if (currentMailboxType == type)
|
||||
refreshCurrentFolder();
|
||||
}
|
||||
|
||||
var mailboxSpanAcceptType = function(type) {
|
||||
return (type == "mailRow");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user