diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-17 03:12:02 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-17 03:12:02 +0800 |
commit | 2ae6b020ab335b7483fe29b8aae38d3c72fc4e16 (patch) | |
tree | cb9b5b1fb6c4067a07704ac8bb09a360d4beb9f9 /addressbook/backend/ebook/e-card-simple.h | |
parent | f1cd69d270e4de8123948271e8c5f95e01d6c179 (diff) | |
download | gsoc2013-evolution-2ae6b020ab335b7483fe29b8aae38d3c72fc4e16.tar.gz 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.h')
-rw-r--r-- | addressbook/backend/ebook/e-card-simple.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/backend/ebook/e-card-simple.h b/addressbook/backend/ebook/e-card-simple.h index 1949518286..855747777d 100644 --- a/addressbook/backend/ebook/e-card-simple.h +++ b/addressbook/backend/ebook/e-card-simple.h @@ -110,6 +110,7 @@ enum _ECardSimpleField { E_CARD_SIMPLE_FIELD_FBURL, E_CARD_SIMPLE_FIELD_ANNIVERSARY, E_CARD_SIMPLE_FIELD_BIRTH_DATE, + E_CARD_SIMPLE_FIELD_MAILER, E_CARD_SIMPLE_FIELD_LAST }; |