From 2dc80fd41c989f5dfe83f22bf530ea27557ae54e Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Thu, 13 Apr 2000 07:51:37 +0000 Subject: add the title attribute. * addressbook/backend/pas/pas-backend-ldap.c: add the title attribute. svn path=/trunk/; revision=2419 --- ChangeLog | 2 ++ addressbook/backend/pas/pas-backend-ldap.c | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 81f89db92c..1ff824aaa5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-04-13 Chris Toshok + * addressbook/backend/pas/pas-backend-ldap.c: add the title attribute. + * addressbook/gui/minicard/test-reflow.c: add a title. * addressbook/gui/minicard/e-minicard.c (remodel): add support for diff --git a/addressbook/backend/pas/pas-backend-ldap.c b/addressbook/backend/pas/pas-backend-ldap.c index 3f36f6f3a5..5797b6f586 100644 --- a/addressbook/backend/pas/pas-backend-ldap.c +++ b/addressbook/backend/pas/pas-backend-ldap.c @@ -596,6 +596,7 @@ struct prop_info { } prop_info_table[] = { /* query prop, ldap attr, type, list construct function */ { "full_name", "cn", PROP_TYPE_NORMAL, NULL }, + { "title", "title", PROP_TYPE_NORMAL, NULL }, { "email", "mail", PROP_TYPE_LIST, construct_email_list }, { "phone", "telephoneNumber", PROP_TYPE_LIST, construct_phone_list } }; -- cgit v1.2.3