mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-12 11:55:09 +00:00
Monotone-Parent: 1c1de9a3a363e23c7c1b6ef48bc5545eab2ac66b
Monotone-Revision: 4613db02f1ddf8a5a3a6eb835c0d9df3cad822fb Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-19T16:37:20 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -606,4 +606,10 @@ NSString *SOGoWeekStartFirstFullWeek = @"FirstFullWeek";
|
||||
return rolesForObject;
|
||||
}
|
||||
|
||||
- (BOOL) isEqual: (id) otherUser
|
||||
{
|
||||
return ([otherUser isKindOfClass: [SoUser class]]
|
||||
&& [login isEqualToString: [otherUser login]]);
|
||||
}
|
||||
|
||||
@end /* SOGoUser */
|
||||
|
||||
Reference in New Issue
Block a user