aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/ebook/e-card-simple.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-17 03:12:02 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-17 03:12:02 +0800
commit2ae6b020ab335b7483fe29b8aae38d3c72fc4e16 (patch)
treecb9b5b1fb6c4067a07704ac8bb09a360d4beb9f9 /addressbook/backend/ebook/e-card-simple.c
parentf1cd69d270e4de8123948271e8c5f95e01d6c179 (diff)
downloadgsoc2013-evolution-2ae6b020ab335b7483fe29b8aae38d3c72fc4e16.tar
gsoc2013-evolution-2ae6b020ab335b7483fe29b8aae38d3c72fc4e16.tar.gz
gsoc2013-evolution-2ae6b020ab335b7483fe29b8aae38d3c72fc4e16.tar.bz2
gsoc2013-evolution-2ae6b020ab335b7483fe29b8aae38d3c72fc4e16.tar.lz
gsoc2013-evolution-2ae6b020ab335b7483fe29b8aae38d3c72fc4e16.tar.xz
gsoc2013-evolution-2ae6b020ab335b7483fe29b8aae38d3c72fc4e16.tar.zst
gsoc2013-evolution-2ae6b020ab335b7483fe29b8aae38d3c72fc4e16.zip
Added E_CARD_SIMPLE_FIELD_MAILER. Not implemented yet.
2000-05-16 Christopher James Lahey <clahey@helixcode.com> * backend/ebook/e-card-simple.c, backend/ebook/e-card-simple.h: Added E_CARD_SIMPLE_FIELD_MAILER. Not implemented yet. svn path=/trunk/; revision=3096
Diffstat (limited to 'addressbook/backend/ebook/e-card-simple.c')
-rw-r--r--addressbook/backend/ebook/e-card-simple.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/backend/ebook/e-card-simple.c b/addressbook/backend/ebook/e-card-simple.c
index e087e153cb..7b06c8c6d9 100644
--- a/addressbook/backend/ebook/e-card-simple.c
+++ b/addressbook/backend/ebook/e-card-simple.c
@@ -107,6 +107,7 @@ static ECardSimpleFieldData field_data[] =
{ E_CARD_SIMPLE_FIELD_FBURL, "fburl", "Free-busy URL", "FBUrl", 0, E_CARD_SIMPLE_INTERNAL_TYPE_STRING },
{ E_CARD_SIMPLE_FIELD_ANNIVERSARY, "anniversary", "Anniversary", "Anniv", 0, E_CARD_SIMPLE_INTERNAL_TYPE_DATE },
{ E_CARD_SIMPLE_FIELD_BIRTH_DATE, "birth_date", "Birth Date", "", 0, E_CARD_SIMPLE_INTERNAL_TYPE_DATE },
+ { E_CARD_SIMPLE_FIELD_MAILER, "mailer", "Mailer", "", 0, E_CARD_SIMPLE_INTERNAL_TYPE_DATE },
};
static void e_card_simple_init (ECardSimple *simple);