mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 09:48:51 +00:00
Monotone-Parent: b178183ad97d53d251135c909db06ab534f73a1f
Monotone-Revision: 2f0de4e385f44a298816cfffb2c3770058bdba02 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-01T21:31:58 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -132,6 +132,13 @@ static uint64_t idCounter = 0x200001;
|
||||
[self errorWithFormat: @"Unable to register root folder: %@",
|
||||
urlString];
|
||||
}
|
||||
else if ([urlString isEqualToString: @"sogo://openchange:openchange@tasks/personal"])
|
||||
{
|
||||
idNbr = 0x1d0001;
|
||||
if (![self registerURL: urlString withID: idNbr])
|
||||
[self errorWithFormat: @"Unable to register root folder: %@",
|
||||
urlString];
|
||||
}
|
||||
else
|
||||
{
|
||||
idCounter += idIncrement;
|
||||
|
||||
Reference in New Issue
Block a user