mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
Update ckeditor
Move e2e tests Code refactoring
This commit is contained in:
parent
9993432c7b
commit
e5af98b04b
122 changed files with 617 additions and 561 deletions
|
|
@ -7,6 +7,8 @@ import {pString, inArray, isNonEmptyArray, fakeMd5, delegateRunOnDestroy, window
|
|||
import {i18n} from 'Common/Translator';
|
||||
import {getFolderFromCacheList} from 'Common/Cache';
|
||||
|
||||
import AccountStore from 'Stores/User/Account';
|
||||
|
||||
import {FilterConditionModel} from 'Model/FilterCondition';
|
||||
import {AbstractModel} from 'Knoin/AbstractModel';
|
||||
|
||||
|
|
@ -214,7 +216,7 @@ class FilterModel extends AbstractModel
|
|||
}
|
||||
|
||||
setRecipients() {
|
||||
this.actionValueFourth(require('Stores/User/Account').accountsEmails().join(', '));
|
||||
this.actionValueFourth(AccountStore.accountsEmails().join(', '));
|
||||
}
|
||||
|
||||
parse(json) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue