Monotone-Parent: 29ab1a13365e1046e249420b5176c067f8a38fe9

Monotone-Revision: 464a36a4cf8b5363c773454107f99d458238f9ad

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-07-23T17:34:17
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-07-23 17:34:17 +00:00
parent cf3eb03735
commit 178c887ca2

View File

@@ -54,7 +54,7 @@ static LDAPUserManager *um = nil;
{
NSString *mail;
mail = [self value: 0 ofAttribute: @"SENT-BY"];
mail = [self value: 0 ofAttribute: @"SENT-BY"];
return ([mail length] > 7);
}
@@ -63,7 +63,7 @@ static LDAPUserManager *um = nil;
{
NSString *mail;
mail = [self value: 0 ofAttribute: @"SENT-BY"];
mail = [self value: 0 ofAttribute: @"SENT-BY"];
if ([mail length] > 7)
{