aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/ebook/e-card-pairs.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-03-24 07:37:48 +0800
committerChris Lahey <clahey@src.gnome.org>2000-03-24 07:37:48 +0800
commit92f0631a74a1e128e0936b30336ca314fd6fec4c (patch)
tree5ec198dff25bf392e875d81b997a8da2f8d68db9 /addressbook/backend/ebook/e-card-pairs.h
parent6e64a7badadb8b24759737385d0331ceca56a69f (diff)
downloadgsoc2013-evolution-92f0631a74a1e128e0936b30336ca314fd6fec4c.tar
gsoc2013-evolution-92f0631a74a1e128e0936b30336ca314fd6fec4c.tar.gz
gsoc2013-evolution-92f0631a74a1e128e0936b30336ca314fd6fec4c.tar.bz2
gsoc2013-evolution-92f0631a74a1e128e0936b30336ca314fd6fec4c.tar.lz
gsoc2013-evolution-92f0631a74a1e128e0936b30336ca314fd6fec4c.tar.xz
gsoc2013-evolution-92f0631a74a1e128e0936b30336ca314fd6fec4c.tar.zst
gsoc2013-evolution-92f0631a74a1e128e0936b30336ca314fd6fec4c.zip
Added parsing and testing for name, full name, birthday, telephone, email,
2000-03-23 Christopher James Lahey <clahey@helixcode.com> * addressbook/backend/ebook/e-card.c, addressbook/backend/ebook/e-card.h, addressbook/backend/ebook/e-card-types.h, addressbook/backend/ebook/e-card-pairs.h, addressbook/backend/ebook/test-card.c: Added parsing and testing for name, full name, birthday, telephone, email, and street address properties. svn path=/trunk/; revision=2157
Diffstat (limited to 'addressbook/backend/ebook/e-card-pairs.h')
-rw-r--r--addressbook/backend/ebook/e-card-pairs.h20
1 files changed, 2 insertions, 18 deletions
diff --git a/addressbook/backend/ebook/e-card-pairs.h b/addressbook/backend/ebook/e-card-pairs.h
index baabdc3dca..e9a7f089f7 100644
--- a/addressbook/backend/ebook/e-card-pairs.h
+++ b/addressbook/backend/ebook/e-card-pairs.h
@@ -26,8 +26,8 @@
#include "libversit/vcc.h"
#include <e-card.h>
-#if 0
+#if 0
struct pair
{
char *str;
@@ -96,22 +96,6 @@ struct pair photo_pairs[] = {
{ VCQuickTimeProp, PHOTO_QTIME },
{ NULL, 0 } };
-struct pair phone_pairs[] = {
- { VCPreferredProp, PHONE_PREF },
- { VCWorkProp, PHONE_WORK },
- { VCHomeProp, PHONE_HOME },
- { VCVoiceProp, PHONE_VOICE },
- { VCFaxProp, PHONE_FAX },
- { VCMessageProp, PHONE_MSG },
- { VCCellularProp, PHONE_CELL },
- { VCPagerProp, PHONE_PAGER },
- { VCBBSProp, PHONE_BBS },
- { VCModemProp, PHONE_MODEM },
- { VCCarProp, PHONE_CAR },
- { VCISDNProp, PHONE_ISDN },
- { VCVideoProp, PHONE_VIDEO },
- { NULL, 0 } };
-#if 0
struct pair email_pairs[] = {
{ VCAOLProp, EMAIL_AOL },
{ VCAppleLinkProp, EMAIL_APPLE_LINK },
@@ -126,7 +110,7 @@ struct pair email_pairs[] = {
{ VCTLXProp, EMAIL_TLX },
{ VCX400Prop, EMAIL_X400 },
{ NULL, 0 } };
-#endif
+
struct pair sound_pairs[] = {
{ VCAIFFProp, SOUND_AIFF },
{ VCPCMProp, SOUND_PCM },