mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-08 08:21:23 +00:00
(js) Handle corrupted JSON data in Mail module
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user