mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
See ChangeLog.
Monotone-Parent: 3d26091bec393e3abf8d2b6033e0737e09c207b9 Monotone-Revision: 0c045ab1e972ecf31a2d5051abbc0ef141461d10 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-10T20:56:45 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -48,7 +48,7 @@ function addUserLineToTree(tree, parent, line) {
|
||||
if (line[4] && !line[4].empty())
|
||||
email += ", " + line[4].split("\n").join("; "); // extra contact info
|
||||
var icon_card = 'abcard.png';
|
||||
var datatype = 'person';
|
||||
var datatype = 'user';
|
||||
if (line[3]) {
|
||||
icon_card = 'ablist.png';
|
||||
datatype = 'group';
|
||||
|
||||
Reference in New Issue
Block a user