Renamed the default table name from socfs_ to sogo_cache_folder_

This commit is contained in:
Ludovic Marcotte
2014-05-14 08:56:35 -04:00
parent 7a4feae8b8
commit a54b3e4289

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