aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/ebook/e-card.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/backend/ebook/e-card.h')
-rw-r--r--addressbook/backend/ebook/e-card.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/addressbook/backend/ebook/e-card.h b/addressbook/backend/ebook/e-card.h
index d43f0666c2..d54d4c95fe 100644
--- a/addressbook/backend/ebook/e-card.h
+++ b/addressbook/backend/ebook/e-card.h
@@ -70,6 +70,8 @@ struct _ECard {
ECardDate *last_use;
float raw_use_score;
+ char *related_contacts; /* EDestinationV (serialized) of related contacts. */
+
EList *categories; /* Categories. */
EList *arbitrary; /* Arbitrary fields. */
@@ -89,13 +91,9 @@ struct _ECard {
ECard *agent; /* A person who sereves as this
guy's agent/secretary/etc. */
-
- char *categories; /* A list of the categories to which
- this card belongs. */
-
ECardSound *sound;
-
+
ECardKey *key; /* The person's public key. */
ECardTimeZone *timezn; /* The person's time zone. */
ECardGeoPos *geopos; /* The person's long/lat. */