diff --git a/SoObjects/SOGo/SOGoUser.h b/SoObjects/SOGo/SOGoUser.h index 3b87aa849..bba019df9 100644 --- a/SoObjects/SOGo/SOGoUser.h +++ b/SoObjects/SOGo/SOGoUser.h @@ -44,8 +44,9 @@ @interface SOGoUser : SoUser { - NSString *cn; - NSString *email; + NSString *cn; + NSString *email; + NSString *systemEmail; NSUserDefaults *userDefaults; NSUserDefaults *userSettings; NSTimeZone *userTimeZone; @@ -57,6 +58,7 @@ /* properties */ - (NSString *) email; +- (NSString *) systemEmail; - (NSString *) cn; - (NSURL *) freeBusyURL;