Web: Fixed missing To/Cc/Bcc fields in contacts view

Monotone-Parent: 084a7a5ec0ad85b0c967e9425da2b4b789029549
Monotone-Revision: f0935fff2414656359bd160c4d90eb3f0e9d8598

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-07-17T21:25:38
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-07-17 21:25:38 +00:00
parent e1ad72a534
commit b0dd991ef1
6 changed files with 38 additions and 21 deletions
+2 -17
View File
@@ -34,11 +34,8 @@
- (id) init
{
if ((self = [super init]))
{
selectorComponentClass = nil;
contactInfos = nil;
}
contactInfos = nil;
return self;
}
@@ -60,18 +57,6 @@
return currentContact;
}
- (id <WOActionResults>) mailerContactsAction
{
selectorComponentClass = @"UIxContactsMailerSelection";
return self;
}
- (NSString *) selectorComponentClass
{
return selectorComponentClass;
}
- (NSString *) defaultSortKey
{
return @"c_cn";