Browse Source

Add new SOGoMailHideInlineAttachments option to sogo.conf

SOGoMailHideInlineAttachments = YES; will allow to hide inline (body and footer) images being shown as attachments.
Mathilde 1 year ago
parent
commit
a249e2028d
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";
     SOGoMailDomain = "sogo.local";
     SOGoEnableEMailAlarms = YES;
+    SOGoMailHideInlineAttachments = YES;
     SOGoFoldersSendEMailNotifications = YES;
     SOGoForwardEnabled = YES;