(web) Restore mail threads

Fixes #3478
Fixes #4616
Fixes #4735
This commit is contained in:
Francis Lachapelle
2019-06-27 17:43:11 -04:00
parent cc6fcc5fbd
commit b5949752b4
10 changed files with 142 additions and 20 deletions
@@ -11,7 +11,7 @@
var _this = this, defaultsElement, settingsElement, data;
this.defaults = {};
this.settings = {};
this.settings = {Mail: {}};
defaultsElement = Preferences.$document[0].getElementById('UserDefaults');
if (defaultsElement) {