mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-26 12:24:18 +00:00
Fix SOGoLoginModule when set to "Last used"
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
|
||||
data.SOGoMailLabelsColors = labels;
|
||||
|
||||
if (data.SOGoRememberLastModule)
|
||||
data.SOGoLoginModule = "Last";
|
||||
|
||||
// Mail editor autosave is a number of minutes or 0 if disabled
|
||||
data.SOGoMailAutoSave = parseInt(data.SOGoMailAutoSave) || 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user