Explorar el Código

Add new SOGoMailHideInlineAttachments option to sogo.conf

SOGoMailHideInlineAttachments = YES; will allow to hide inline (body and footer) images being shown as attachments.
Mathilde hace 2 años
padre
commit
a249e2028d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;