Add new SOGoMailHideInlineAttachments option to sogo.conf

SOGoMailHideInlineAttachments = YES; will allow to hide inline (body and footer) images being shown as attachments.
This commit is contained in:
Mathilde
2023-12-30 10:16:25 +01:00
committed by GitHub
parent 6ff6f7a28d
commit a249e2028d

View File

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