docs: fix wrong default values for MailComposeMessageType and LoginModule

Fixes #4992
This commit is contained in:
Francis Lachapelle
2020-04-06 15:38:45 -04:00
parent 4019cb7556
commit 979e1342c7
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -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.
-1
View File
@@ -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" );