one more minor improvement from previous commit

Monotone-Parent: f2fce50e9b31ecb2ebe2346c6c5dfceaf3680e36
Monotone-Revision: fc6feb618c03b6dfa0bfcd2661ee4657b47b0759

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2011-04-21T16:27:22
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2011-04-21 16:27:22 +00:00
parent 91f7b3521d
commit bdc88a6c5c

View File

@@ -136,7 +136,7 @@
login = [pathComponents objectAtIndex: 2];
userManager = [SOGoUserManager sharedUserManager];
fullName = [userManager getCNForUID: login];
[pathComponents removeObjectsInRange: NSMakeRange(0,2)];
[pathComponents removeObjectsInRange: NSMakeRange(0,3)];
currentDisplayName = [NSString stringWithFormat: @"/%@/%@/%@",
[self labelForKey: @"OtherUsersFolderName"],