Waiting for bug fix from SOGo for alarms folder

master
andryyy 2016-12-18 12:50:45 +01:00
parent fc16653272
commit 380fe11f7f
1 changed files with 4 additions and 5 deletions

View File

@ -13,7 +13,8 @@
SOGoDraftsFolderName = "Drafts"; SOGoDraftsFolderName = "Drafts";
SOGoJunkFolderName= "Junk"; SOGoJunkFolderName= "Junk";
SOGoMailDomain = "sogo.local"; SOGoMailDomain = "sogo.local";
SOGoEnableEMailAlarms = YES; // Waiting for bug fix from SOGo
SOGoEnableEMailAlarms = NO;
SOGoFoldersSendEMailNotifications = YES; SOGoFoldersSendEMailNotifications = YES;
SOGoForwardEnabled = YES; SOGoForwardEnabled = YES;
@ -54,18 +55,16 @@
SOGoMailShowSubscribedFoldersOnly = NO; SOGoMailShowSubscribedFoldersOnly = NO;
NGImap4ConnectionStringSeparator = "/"; NGImap4ConnectionStringSeparator = "/";
SOGoSieveScriptsEnabled = YES; SOGoSieveScriptsEnabled = YES;
SOGoTimeZone = "Europe/Berlin";
SOGoTrashFolderName = "Trash"; SOGoTrashFolderName = "Trash";
SOGoVacationEnabled = YES; SOGoVacationEnabled = YES;
//SOGoDebugRequests = YES; SOGoDebugRequests = YES;
//SoDebugBaseURL = YES; //SoDebugBaseURL = YES;
//ImapDebugEnabled = YES; //ImapDebugEnabled = YES;
//SOGoEASDebugEnabled = YES; //SOGoEASDebugEnabled = YES;
//LDAPDebugEnabled = YES; //LDAPDebugEnabled = YES;
//PGDebugEnabled = YES; //PGDebugEnabled = YES;
//MySQL4DebugEnabled = YES; MySQL4DebugEnabled = YES;
//SOGoUIxDebugEnabled = YES; //SOGoUIxDebugEnabled = YES;
//WODontZipResponse = YES; //WODontZipResponse = YES;
WOLogFile = -;
} }