From f5dfb1faa646f3705a5789f7bdf3ece561697596 Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 22 Jun 2010 21:54:39 +0000 Subject: Added new hidden vCard URI parameter for certain CardDAV systems (such as Zimbra) that do not handle UID properly git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1141499 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kabc/vcard/include/VCardEnum.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'kabc/vcard/include') diff --git a/kabc/vcard/include/VCardEnum.h b/kabc/vcard/include/VCardEnum.h index 485a13e16..cd55632f6 100644 --- a/kabc/vcard/include/VCardEnum.h +++ b/kabc/vcard/include/VCardEnum.h @@ -1,8 +1,8 @@ /* libvcard - vCard parsing library for vCard version 3.0 - + Copyright (C) 1999 Rik Hemsley rik@kde.org - + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the @@ -61,6 +61,7 @@ enum EntityType { EntitySortString, EntitySound, EntityUID, + EntityURI, EntityURL, EntityVersion, EntityClass, -- cgit v1.2.1