(js) Handle corrupted JSON data in Mail module

This commit is contained in:
Francis Lachapelle 2017-11-01 13:29:46 -04:00
parent ae0fff23b5
commit c68d7204a1

View file

@ -154,6 +154,7 @@
catch (e) {
Account.$log.warn("Can't parse list of expanded folders. String was: " +
Account.$Preferences.settings.Mail.ExpandedFolders);
expandedFolders = [];
}
}
else {