mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
Monotone-Parent: 65260d073cfc05c6f9d0fe8d6611e5f69cf8f2ac
Monotone-Revision: 3fc270699f526815c0a80c91edc34d0022547efb Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-01T20:39:51 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -204,6 +204,11 @@
|
||||
return nameInContainer;
|
||||
}
|
||||
|
||||
- (NSString *) displayName
|
||||
{
|
||||
return [self nameInContainer];
|
||||
}
|
||||
|
||||
- (id) container
|
||||
{
|
||||
return container;
|
||||
@@ -350,7 +355,7 @@
|
||||
|
||||
- (NSString *) davDisplayName
|
||||
{
|
||||
return [self nameInContainer];
|
||||
return [self displayName];
|
||||
}
|
||||
|
||||
/* DAV ACL properties */
|
||||
|
||||
Reference in New Issue
Block a user