feat(mail): handle multiple mail identities

Fixes #768, fixes #4602, fixes #5062
This commit is contained in:
Francis Lachapelle
2020-06-25 12:12:33 -04:00
parent 901df24363
commit 7972257692
@@ -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() {