mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 02:45:25 +00:00
Monotone-Parent: bd363edacbb608dad82e049479853b8d4b50b0bd
Monotone-Revision: 5a7ed8a46bd6ef6b9403778a6f4259d10afb482b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-02-13T15:56:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -257,7 +257,7 @@
|
||||
NSString *cn;
|
||||
|
||||
if ((organizer = [[self authorativeEvent] organizer]) != nil) {
|
||||
cn = [organizer valueForKey:@"cnForDisplay"];
|
||||
cn = [organizer valueForKey:@"cnWithoutQuotes"];
|
||||
if ([cn isNotNull] && [cn length] > 0)
|
||||
return cn;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user