Monotone-Parent: bfde73f3a606ca04b49de7e953499331afc075af

Monotone-Revision: f7e7e18555f07bc2e78e8731a16feb62a8e9f10c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-02-05T22:16:06
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-02-05 22:16:06 +00:00
parent 3cc085ebc7
commit 68f9f0eba9
4 changed files with 20 additions and 17 deletions

View File

@@ -1,5 +1,9 @@
2007-02-05 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/MailerUI/UIxMailTree.m ([UIxMailTree
-getTitle:folderType:andIcon:forObject:]): disabled Sieve folders
for the moment.
* SoObjects/SOGo/SOGoAuthenticator.m ([SOGoAuthenticator
-checkLogin:_loginpassword:_pwd]): fixed a bug where a wrong
password would be accepted anyway as long as its length was > 0.

View File

@@ -39,9 +39,9 @@ MailerUI_OBJC_FILES += \
UIxMailWindowCloser.m \
\
UIxFilterList.m \
UIxSieveEditor.m \
\
UIxMailFolderACLEditor.m
# UIxSieveEditor.m
MailerUI_RESOURCE_FILES += \
Version \

View File

@@ -252,12 +252,12 @@ static BOOL debugBlocks = NO;
*_ft = @"drafts";
return;
}
if ([ftype isEqualToString:@"IPF.Filter"]) {
*_t = [self labelForKey:@"SieveFolderName"];
*_icon = nil;
*_ft = @"sieve";
return;
}
// if ([ftype isEqualToString:@"IPF.Filter"]) {
// *_t = [self labelForKey:@"SieveFolderName"];
// *_icon = nil;
// *_ft = @"sieve";
// return;
// }
break;
}

View File

@@ -1,5 +1,5 @@
{ /* -*-cperl-*- */
requires = ( MAIN, CommonUI, Mailer, Sieve );
requires = ( MAIN, CommonUI, Mailer ); /* , Sieve */
publicResources = (
"uix.css",
@@ -385,12 +385,12 @@
/* Sieve */
SOGoSieveScriptsFolder = {
/* SOGoSieveScriptsFolder = {
slots = {
toolbar = {
protectedBy = "View";
value = ( /* the toolbar groups */
( /* first group */
value = (
(
{
link = "getMail";
image = "tb-mail-getmail-flat-24x24.png";
@@ -403,9 +403,9 @@
cssClass = "tbicon_compose"; label = "New Filter";
},
),
( /* second group
(
{ link = "#";
cssClass = "tbicon_delete"; label = "Delete"; },*/
cssClass = "tbicon_delete"; label = "Delete"; },
),
);
};
@@ -427,9 +427,8 @@
slots = {
toolbar = {
protectedBy = "View";
value = ( /* the toolbar groups */
( /* first group */
{ link = "#";
value = (
( { link = "#";
onclick = "clickedEditorSave(this);return false;";
image = "tb-mail-file-flat-24x24.png";
cssClass = "tbicon_save"; label = "Save"; },
@@ -458,6 +457,6 @@
actionName = "delete";
};
};
};
}; */
};
}