aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/ebook/e-card.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-09-21 07:38:53 +0800
committerChris Lahey <clahey@src.gnome.org>2000-09-21 07:38:53 +0800
commitad7e6820081d32774e1a4226899fdbf6c1a8e728 (patch)
treeeb8d77f379932557954a178e6940076235e135ac /addressbook/backend/ebook/e-card.h
parent86b7449d9e76afd9f136e0b0dbce52b6d97fb5b8 (diff)
downloadgsoc2013-evolution-ad7e6820081d32774e1a4226899fdbf6c1a8e728.tar
gsoc2013-evolution-ad7e6820081d32774e1a4226899fdbf6c1a8e728.tar.gz
gsoc2013-evolution-ad7e6820081d32774e1a4226899fdbf6c1a8e728.tar.bz2
gsoc2013-evolution-ad7e6820081d32774e1a4226899fdbf6c1a8e728.tar.lz
gsoc2013-evolution-ad7e6820081d32774e1a4226899fdbf6c1a8e728.tar.xz
gsoc2013-evolution-ad7e6820081d32774e1a4226899fdbf6c1a8e728.tar.zst
gsoc2013-evolution-ad7e6820081d32774e1a4226899fdbf6c1a8e728.zip
Added a wants_html field to cards. Uses "x-mozilla-html".
2000-09-20 Christopher James Lahey <clahey@helixcode.com> * backend/ebook/e-card.c, backend/ebook/e-card.h: Added a wants_html field to cards. Uses "x-mozilla-html". * contact-editor/Makefile.am: Added definition of EVOLUTION_DATADIR. * contact-editor/contact-editor.glade: Make Wants HTML check button visible. * contact-editor/e-contact-editor.c, contact-editor/e-contact-editor.h: Make Wants HTML check button active. Fix UI stuff to use XML. Set parent window of confirm_delete dialog. * gui/widgets/e-addressbook-view.c, gui/widgets/e-minicard.c: Set the parent window of the confirm_delete dialog. svn path=/trunk/; revision=5530
Diffstat (limited to 'addressbook/backend/ebook/e-card.h')
-rw-r--r--addressbook/backend/ebook/e-card.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/backend/ebook/e-card.h b/addressbook/backend/ebook/e-card.h
index 4a6935419d..42c77a0911 100644
--- a/addressbook/backend/ebook/e-card.h
+++ b/addressbook/backend/ebook/e-card.h
@@ -71,6 +71,9 @@ struct _ECard {
EList *arbitrary; /* Arbitrary fields. */
+ guint32 wants_html : 1; /* Wants html mail. */
+ guint32 wants_html_set : 1; /* Wants html mail. */
+
guint32 pilot_id; /* id of the corresponding pilot */
guint32 pilot_status; /* status information */
#if 0