mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
(js) Fix missing curly brace
This commit is contained in:
@@ -170,6 +170,7 @@
|
||||
if (Mailbox.$Preferences.settings.Mail.threadsCollapsed && Mailbox.$Preferences.settings.Mail.threadsCollapsed['/' + this.id]) {
|
||||
this.$collapsedThreads = Mailbox.$Preferences.settings.Mail.threadsCollapsed['/' + this.id];
|
||||
}
|
||||
}
|
||||
}
|
||||
this.$displayName = this.name;
|
||||
if (this.type) {
|
||||
|
||||
Reference in New Issue
Block a user