mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-25 11:16:24 +00:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user