Renamed the default table name from socfs_ to sogo_cache_folder_

pull/39/head
Ludovic Marcotte 2014-05-14 08:56:35 -04:00
parent 7a4feae8b8
commit a54b3e4289
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ static NSMapTable *contextsTable = nil;
{
/* If "OCSFolderInfoURL" is properly configured, we must have 5
parts in this url. */
ocFSTableName = [NSString stringWithFormat: @"socfs_%@",
ocFSTableName = [NSString stringWithFormat: @"sogo_cache_folder_%@",
[username asCSSIdentifier]];
[parts replaceObjectAtIndex: 4 withObject: ocFSTableName];
folderTableURL