mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
This commit is contained in:
parent
d291716489
commit
4257d9ca78
8 changed files with 16 additions and 37 deletions
|
|
@ -211,7 +211,7 @@ class FilterModel extends AbstractModel {
|
|||
}
|
||||
|
||||
setRecipients() {
|
||||
this.actionValueFourth(AccountStore.accountsEmails().join(', '));
|
||||
this.actionValueFourth(AccountStore.getEmailAddresses().join(', '));
|
||||
}
|
||||
|
||||
parse(json) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue