mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
fix(mail): autocomplete can find two lists named the same but in different address books
This commit is contained in:
@@ -305,7 +305,7 @@
|
||||
});
|
||||
// Remove duplicates
|
||||
return _.uniqBy(explodedCards, function(card) {
|
||||
return card.$$fullname + ' ' + card.$$email;
|
||||
return card.$$fullname + ' ' + card.$$email + ' ' + card.containername;
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user