From kde-bugs-dist Sun Aug 14 12:22:02 2005 From: Cp Hennessy Date: Sun, 14 Aug 2005 12:22:02 +0000 To: kde-bugs-dist Subject: [Bug 49526] Any plans to support hierarchy in address book? Message-Id: <20050814122202.16616.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=112402213012806 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=49526 ------- Additional Comments From cp.hennessy iname com 2005-08-14 14:21 ------- Created an attachment (id=12217) --> (http://bugs.kde.org/attachment.cgi?id=12217&action=view) A sample of what the hierarchy might look like Note that the code behind this works like : - all entried with no org are added as normal - all entries which have both the name and org strings the same are assumed be be organizations (e.g. ACME ). These are added first - all entries which have an org which is already in the list is now added The last step can add suborganization within an organization allowing for a recursive depth for organizations. ( Current depth is coded at 5 ).