(js) Handle corrupted JSON data in Mail module

pull/218/merge
Francis Lachapelle 2017-11-01 13:29:46 -04:00
parent ae0fff23b5
commit c68d7204a1
1 changed files with 1 additions and 0 deletions

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 {