Fix SOGoLoginModule when set to "Last used"

This commit is contained in:
Francis Lachapelle
2016-10-31 15:12:47 -04:00
parent 067934026b
commit 0b99dbfc99
3 changed files with 12 additions and 5 deletions
@@ -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;