Browse Source

[SOGo] Enable EMailAlarms

andryyy 6 years ago
parent
commit
fa3525e2dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/conf/sogo/sogo.conf

+ 1 - 1
data/conf/sogo/sogo.conf

@@ -11,7 +11,7 @@
     SOGoDraftsFolderName = "Drafts";
     SOGoDraftsFolderName = "Drafts";
     SOGoJunkFolderName= "Junk";
     SOGoJunkFolderName= "Junk";
     SOGoMailDomain = "sogo.local";
     SOGoMailDomain = "sogo.local";
-    SOGoEnableEMailAlarms = NO;
+    SOGoEnableEMailAlarms = YES;
     SOGoFoldersSendEMailNotifications = YES;
     SOGoFoldersSendEMailNotifications = YES;
     SOGoForwardEnabled = YES;
     SOGoForwardEnabled = YES;
     SOGoUIAdditionalJSFiles = (js/theme-blue.js, js/custom-sogo.js);
     SOGoUIAdditionalJSFiles = (js/theme-blue.js, js/custom-sogo.js);