aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/ebook/e-card.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-04-17 05:06:02 +0800
committerChris Lahey <clahey@src.gnome.org>2000-04-17 05:06:02 +0800
commitfc360f0fdfb7536aaa2bb7e7de6b0b67202f8641 (patch)
treed5a80b4954007f152372e87de801e4f180e53573 /addressbook/backend/ebook/e-card.h
parent50c22a17f03ccdff5cd2363db96c7fd9f08abdb2 (diff)
downloadgsoc2013-evolution-fc360f0fdfb7536aaa2bb7e7de6b0b67202f8641.tar
gsoc2013-evolution-fc360f0fdfb7536aaa2bb7e7de6b0b67202f8641.tar.gz
gsoc2013-evolution-fc360f0fdfb7536aaa2bb7e7de6b0b67202f8641.tar.bz2
gsoc2013-evolution-fc360f0fdfb7536aaa2bb7e7de6b0b67202f8641.tar.lz
gsoc2013-evolution-fc360f0fdfb7536aaa2bb7e7de6b0b67202f8641.tar.xz
gsoc2013-evolution-fc360f0fdfb7536aaa2bb7e7de6b0b67202f8641.tar.zst
gsoc2013-evolution-fc360f0fdfb7536aaa2bb7e7de6b0b67202f8641.zip
Added orginizational unit, nickname, and internet free-busy fields.
2000-04-16 Christopher James Lahey <clahey@helixcode.com> * addressbook/backend/ebook/e-card.c, addressbook/backend/ebook/e-card.h, addressbook/backend/ebook/test-card.c, addressbook/backend/pas/pas-backend-file.c, addressbook/contact-editor/e-contact-editor.c: Added orginizational unit, nickname, and internet free-busy fields. * addressbook/contact-editor/contact-editor.glade: Renamed some incorrectly named fields. svn path=/trunk/; revision=2464
Diffstat (limited to 'addressbook/backend/ebook/e-card.h')
-rw-r--r--addressbook/backend/ebook/e-card.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/backend/ebook/e-card.h b/addressbook/backend/ebook/e-card.h
index e70b3337c2..15a5ca74c7 100644
--- a/addressbook/backend/ebook/e-card.h
+++ b/addressbook/backend/ebook/e-card.h
@@ -48,9 +48,14 @@ struct _ECard {
char *org; /* The person's organization. */
- char *role; /* The person's role w/in his ord */
+ char *org_unit; /* The person's organization unit. */
+ char *role; /* The person's role w/in his org */
char *title; /* The person's title w/in his org */
+ char *nickname; /* The person's nickname */
+
+ char *fburl; /* Free Busy URL */
+
#if 0
ECardOrg *org; /* The person's organization. */