Monotone-Parent: 0a8c7dabf7593bb4006f867c16170e5c59ac875a

Monotone-Revision: 0e5cfd9eddf3cfeb9a5ff45ef7e78508b2d5a686

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-01-30T20:17:21
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2012-01-30 20:17:21 +00:00
parent ef2485e56b
commit f3cbd4f172
3 changed files with 38 additions and 55 deletions

View File

@@ -44,10 +44,8 @@
SOGoUser *sogoUser;
SOGoUserFolder *userFolder;
SOGoAppointmentFolders *calendarRoot;
SOGoContactFolders *contactsRoot;
SOGoMailAccount *mailRoot; /* only one account supported */
NSMutableArray *containersBag;
NSMutableDictionary *rootFolders;
MAPIStoreMapping *mapping;
@@ -66,9 +64,7 @@
- (SOGoUserFolder *) userFolder;
- (SOGoAppointmentFolders *) calendarRoot;
- (SOGoContactFolders *) contactsRoot;
- (SOGoMailAccount *) mailRoot;
- (NSDictionary *) rootFolders;
- (MAPIStoreMapping *) mapping;