mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
(fix) use the contact-info, not the user/group bit identifier
This commit is contained in:
@@ -80,8 +80,8 @@ function addUserLineToTree(tree, parent, line) {
|
||||
var icon = ResourcesURL + '/busy.gif';
|
||||
|
||||
var email = line[1] + " <" + line[2] + ">";
|
||||
if (line[3] && !line[3].empty())
|
||||
email += ", " + line[3]; // extra contact info
|
||||
if (line[4] && !line[4].empty())
|
||||
email += ", " + line[4]; // extra contact info
|
||||
tree.add(parent, 0, email, 0, '#', line[0], 'person',
|
||||
'', '',
|
||||
ResourcesURL + '/abcard.png',
|
||||
|
||||
Reference in New Issue
Block a user