aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend
diff options
context:
space:
mode:
authorChris Toshok <toshok@src.gnome.org>2000-04-13 15:51:37 +0800
committerChris Toshok <toshok@src.gnome.org>2000-04-13 15:51:37 +0800
commit2dc80fd41c989f5dfe83f22bf530ea27557ae54e (patch)
treeeda341f194cf500362bd3464e1fa729d8e0206ab /addressbook/backend
parentd5862dde72a16463fec9b5b2da9d286d3e91a824 (diff)
downloadgsoc2013-evolution-2dc80fd41c989f5dfe83f22bf530ea27557ae54e.tar
gsoc2013-evolution-2dc80fd41c989f5dfe83f22bf530ea27557ae54e.tar.gz
gsoc2013-evolution-2dc80fd41c989f5dfe83f22bf530ea27557ae54e.tar.bz2
gsoc2013-evolution-2dc80fd41c989f5dfe83f22bf530ea27557ae54e.tar.lz
gsoc2013-evolution-2dc80fd41c989f5dfe83f22bf530ea27557ae54e.tar.xz
gsoc2013-evolution-2dc80fd41c989f5dfe83f22bf530ea27557ae54e.tar.zst
gsoc2013-evolution-2dc80fd41c989f5dfe83f22bf530ea27557ae54e.zip
add the title attribute.
* addressbook/backend/pas/pas-backend-ldap.c: add the title attribute. svn path=/trunk/; revision=2419
Diffstat (limited to 'addressbook/backend')
-rw-r--r--addressbook/backend/pas/pas-backend-ldap.c1
1 files changed, 1 insertions, 0 deletions
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 }
};