mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 12:58:50 +00:00
Monotone-Parent: 3dcf94352c5cd46c85e96c73b1a937bc01cd0f16
Monotone-Revision: dfd1432deb15d83cbdbaf1744401c991a8101e4f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-11-22T16:03:30 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -44,23 +44,12 @@
|
||||
return sharedMapping;
|
||||
}
|
||||
|
||||
- (void) _setupFixedMapping
|
||||
{
|
||||
[self registerURL: @"sogo://openchange:openchange@mail/folderINBOX" withID: 0x160001];
|
||||
[self registerURL: @"sogo://openchange:openchange@mail/folderxxxc0001" withID: 0x0c0001];
|
||||
[self registerURL: @"sogo://openchange:openchange@contacts/personal" withID: 0x1a0001];
|
||||
[self registerURL: @"sogo://openchange:openchange@calendar/personal" withID: 0x190001];
|
||||
[self registerURL: @"sogo://openchange:openchange@tasks/personal" withID: 0x1d0001];
|
||||
[self registerURL: @"sogo://openchange:openchange@freebusy/" withID: 0x70001];
|
||||
}
|
||||
|
||||
- (id) init
|
||||
{
|
||||
if ((self = [super init]))
|
||||
{
|
||||
mapping = [NSMutableDictionary new];
|
||||
reverseMapping = [NSMutableDictionary new];
|
||||
[self _setupFixedMapping];
|
||||
}
|
||||
|
||||
return self;
|
||||
|
||||
Reference in New Issue
Block a user