Skip to content

Commit

Permalink
feat(mail): handle multiple mail identities
Browse files Browse the repository at this point in the history
Fixes #768, fixes #4602, fixes #5062
  • Loading branch information
cgx committed Jun 25, 2020
1 parent 901df24 commit 7972257
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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() {
Expand Down

0 comments on commit 7972257

Please sign in to comment.