From 979e1342c751760a81515ede2a3f1e81dcdde132 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 6 Apr 2020 15:38:45 -0400 Subject: [PATCH] docs: fix wrong default values for MailComposeMessageType and LoginModule Fixes #4992 --- Documentation/SOGoInstallationGuide.asciidoc | 4 ++-- SoObjects/SOGo/SOGoDefaults.plist | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Documentation/SOGoInstallationGuide.asciidoc b/Documentation/SOGoInstallationGuide.asciidoc index 035b59e79..b8e2d6cd1 100644 --- a/Documentation/SOGoInstallationGuide.asciidoc +++ b/Documentation/SOGoInstallationGuide.asciidoc @@ -2016,7 +2016,7 @@ values are: * `Mail` * `Contacts` -Defaults to `Calendar` when unset. +Defaults to `Mail` when unset. |S |SOGoFaviconRelativeURL |Parameter used to specify the relative URL of the site favion. @@ -2373,7 +2373,7 @@ Defaults to `below`. * `text` * `html` -Defaults to `text`. +Defaults to `html`. |S |SOGoEnableEMailAlarms |Parameter used to enable email-based alarms on events and tasks. diff --git a/SoObjects/SOGo/SOGoDefaults.plist b/SoObjects/SOGo/SOGoDefaults.plist index 28ab8a23f..4a6accf94 100644 --- a/SoObjects/SOGo/SOGoDefaults.plist +++ b/SoObjects/SOGo/SOGoDefaults.plist @@ -103,7 +103,6 @@ SOGoMailReplyPlacement = "below"; SOGoMailSignaturePlacement = "below"; SOGoRefreshViewIntervals = ( 1, 2, 5, 10, 20, 30, 60 ); - SOGoMailComposeMessageType = "text"; SOGoMailListViewColumnsOrder = ( "Thread", "Flagged", "Attachment", "Subject", "From", "Unread", "Date", "Priority", "Size" );