mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Remove unsolved conflict
This commit is contained in:
parent
9e133b3cc5
commit
e8698e38f2
1 changed files with 0 additions and 14 deletions
|
|
@ -456,7 +456,6 @@
|
|||
|
||||
if (aRec && 0 < aRec.length)
|
||||
{
|
||||
<<<<<<< HEAD
|
||||
this.encryptKeys(_.uniq(_.compact(_.flatten(_.map(aRec, function (sEmail) {
|
||||
var aKeys = PgpStore.findAllPublicKeysByEmailNotNative(sEmail);
|
||||
return aKeys ? _.map(aKeys, function (oKey) {
|
||||
|
|
@ -470,19 +469,6 @@
|
|||
};
|
||||
}) : [];
|
||||
}), true)), function (oEncryptKey) {
|
||||
=======
|
||||
this.encryptKeys(_.uniq(_.compact(_.map(aRec, function (sEmail) {
|
||||
var oKey = PgpStore.findPublicKeyByEmailNotNative(sEmail) || null;
|
||||
return {
|
||||
'empty': !oKey,
|
||||
'selected': ko.observable(!!oKey),
|
||||
'removable': oIdentity && oIdentity.email() && oIdentity.email() !== sEmail,
|
||||
'users': oKey ? (oKey.users || [sEmail]) : [sEmail],
|
||||
'hash': oKey ? oKey.id.substr(-8).toUpperCase() : '',
|
||||
'key': oKey
|
||||
};
|
||||
})), function (oEncryptKey) {
|
||||
>>>>>>> master
|
||||
return oEncryptKey.hash;
|
||||
}));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue