Browse Source

Merge pull request #5624 from mthld/patch-2

Add new SOGoMailHideInlineAttachments option to sogo.conf
Niklas Meyer 1 year ago
parent
commit
0a0e2b5e93
1 changed files with 1 additions and 0 deletions
  1. 1 0
      data/conf/sogo/sogo.conf

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

@@ -12,6 +12,7 @@
     SOGoJunkFolderName= "Junk";
     SOGoJunkFolderName= "Junk";
     SOGoMailDomain = "sogo.local";
     SOGoMailDomain = "sogo.local";
     SOGoEnableEMailAlarms = YES;
     SOGoEnableEMailAlarms = YES;
+    SOGoMailHideInlineAttachments = YES;
     SOGoFoldersSendEMailNotifications = YES;
     SOGoFoldersSendEMailNotifications = YES;
     SOGoForwardEnabled = YES;
     SOGoForwardEnabled = YES;