diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-06-22 21:54:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-06-22 21:54:39 +0000 |
commit | f5dfb1faa646f3705a5789f7bdf3ece561697596 (patch) | |
tree | ae30a37980fdd182bfc77c355718ae04a3467563 /kabc/vcard/include | |
parent | d855ad0ae05f0f43e625b92a691fff77cf206b9d (diff) | |
download | tdelibs-f5dfb1faa646f3705a5789f7bdf3ece561697596.tar.gz tdelibs-f5dfb1faa646f3705a5789f7bdf3ece561697596.zip |
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
Diffstat (limited to 'kabc/vcard/include')
-rw-r--r-- | kabc/vcard/include/VCardEnum.h | 5 |
1 files changed, 3 insertions, 2 deletions
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, |