mirror of
https://github.com/moparisthebest/mail
synced 2024-12-01 13:22:16 -05:00
[WO-778] Fix crypto initialization
This commit is contained in:
parent
51715822f8
commit
4edf79d8c4
@ -48,7 +48,7 @@ Account.prototype.init = function(options, callback) {
|
|||||||
var account = {
|
var account = {
|
||||||
realname: options.realname,
|
realname: options.realname,
|
||||||
emailAddress: options.emailAddress,
|
emailAddress: options.emailAddress,
|
||||||
asymKeySize: this._appConfig.asymKeySize
|
asymKeySize: this._appConfig.config.asymKeySize
|
||||||
};
|
};
|
||||||
|
|
||||||
// Pre-Flight check: don't even start to initialize stuff if the email address is not valid
|
// Pre-Flight check: don't even start to initialize stuff if the email address is not valid
|
||||||
|
Loading…
Reference in New Issue
Block a user