From 1f677cb51e827e3efd93585363cd8e1b3d75bb1f Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Sun, 25 Apr 2004 16:49:24 +0000 Subject: add "mobile" mapping to E_CONTACT_PHONE_MOBILE, which is what thunderbird 2004-04-25 Chris Toshok * importers/evolution-ldif-importer.c (ldif_fields): add "mobile" mapping to E_CONTACT_PHONE_MOBILE, which is what thunderbird uses (and really what we should have always been using.) svn path=/trunk/; revision=25610 --- addressbook/importers/evolution-ldif-importer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'addressbook/importers/evolution-ldif-importer.c') diff --git a/addressbook/importers/evolution-ldif-importer.c b/addressbook/importers/evolution-ldif-importer.c index c7a883dc4e..e82fd02074 100644 --- a/addressbook/importers/evolution-ldif-importer.c +++ b/addressbook/importers/evolution-ldif-importer.c @@ -75,6 +75,7 @@ ldif_fields[] = { { "ou", E_CONTACT_ORG_UNIT }, { "pagerphone", E_CONTACT_PHONE_PAGER }, { "cellphone", E_CONTACT_PHONE_MOBILE }, + { "mobile", E_CONTACT_PHONE_MOBILE }, { "homeurl", E_CONTACT_HOMEPAGE_URL }, { "description", E_CONTACT_NOTE }, { "xmozillausehtmlmail", E_CONTACT_WANTS_HTML } -- cgit v1.2.3