From a54b3e42896c3b446342da2bb49e2fafb2346d81 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Wed, 14 May 2014 08:56:35 -0400 Subject: [PATCH] Renamed the default table name from socfs_ to sogo_cache_folder_ --- OpenChange/MAPIStoreUserContext.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenChange/MAPIStoreUserContext.m b/OpenChange/MAPIStoreUserContext.m index 74a9b612a..2afb398f2 100644 --- a/OpenChange/MAPIStoreUserContext.m +++ b/OpenChange/MAPIStoreUserContext.m @@ -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