mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
docs: fix wrong default values for MailComposeMessageType and LoginModule
Fixes #4992
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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" );
|
||||
|
||||
Reference in New Issue
Block a user