mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-13 04:15:11 +00:00
Monotone-Parent: 15215e74bf0a86641e93f5887afd6597933439fc
Monotone-Revision: b71e0e986f6831af4e2277975bc3b9740f40ca95 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-10-16T22:29:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -87,6 +87,15 @@
|
||||
return [self _displayNameForUID: ownerLogin];
|
||||
}
|
||||
|
||||
- (BOOL) hasOwner
|
||||
{
|
||||
NSString *ownerLogin;
|
||||
|
||||
ownerLogin = [[self clientObject] ownerInContext: context];
|
||||
|
||||
return (![ownerLogin isEqualToString: @"nobody"]);
|
||||
}
|
||||
|
||||
- (NSString *) defaultUserID
|
||||
{
|
||||
if (!defaultUserID)
|
||||
|
||||
Reference in New Issue
Block a user