From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Fri, 17 Apr 2015 06:28:40 -0400 Subject: [PATCH] Allow preference sections to define CSS class names --- tests/src/Csv2vcard/gmail.vcf | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/tests/src/Csv2vcard/gmail.vcf b/tests/src/Csv2vcard/gmail.vcf index 5337d7e..e9486b2 100644 --- a/tests/src/Csv2vcard/gmail.vcf +++ b/tests/src/Csv2vcard/gmail.vcf @@ -5,9 +5,11 @@ NICKNAME:nick BDAY;VALUE=date:1975-12-12 NOTE:note"note -CATEGORIES:My Contacts +CATEGORIES:My Contacts,Test EMAIL;TYPE=INTERNET;TYPE=HOME:home@aaa.pl EMAIL;TYPE=INTERNET;TYPE=WORK:work@email.pl +EMAIL;TYPE=INTERNET;TYPE=OTHER:unknown@email.com +EMAIL;TYPE=INTERNET;TYPE=OTHER:other@email.com TEL;TYPE=pager:pager TEL;TYPE=pref:mainphone TEL;TYPE=home:homephone -- Gitblit v1.9.1