From fa3525e2ddb349e8f9938e8226d0811fc583dbf3 Mon Sep 17 00:00:00 2001 From: andryyy Date: Mon, 10 Dec 2018 23:24:49 +0100 Subject: [PATCH] [SOGo] Enable EMailAlarms --- data/conf/sogo/sogo.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/conf/sogo/sogo.conf b/data/conf/sogo/sogo.conf index de030ae9..5bb7963c 100644 --- a/data/conf/sogo/sogo.conf +++ b/data/conf/sogo/sogo.conf @@ -11,7 +11,7 @@ SOGoDraftsFolderName = "Drafts"; SOGoJunkFolderName= "Junk"; SOGoMailDomain = "sogo.local"; - SOGoEnableEMailAlarms = NO; + SOGoEnableEMailAlarms = YES; SOGoFoldersSendEMailNotifications = YES; SOGoForwardEnabled = YES; SOGoUIAdditionalJSFiles = (js/theme-blue.js, js/custom-sogo.js);