feat(mail): handle multiple mail identities

Fixes #768, fixes #4602, fixes #5062
pull/275/head
Francis Lachapelle 2020-06-25 12:12:33 -04:00
parent 901df24363
commit 7972257692
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@
locals: {
defaults: this.preferences.defaults,
account: account,
accountId: (this.preferences.defaults.AuxiliaryMailAccounts.length-1),
accountId: index,
mailCustomFromEnabled: $window.mailCustomFromEnabled
}
}).then(function() {