From 3c3de79b4d4e9cb501af154ac34ed55bad5c6101 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 3 May 2007 18:39:22 +0000 Subject: [PATCH] Monotone-Parent: ea749e8a379c178fc2744bc5cee6af5d1d20640d Monotone-Revision: db3ff379bf0dfa3a35ae5cbe879d8db2a1bb69df Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-03T18:39:22 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoUser.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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;