aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-message.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>1999-11-17 23:35:43 +0800
committerEttore Perazzoli <ettore@src.gnome.org>1999-11-17 23:35:43 +0800
commit9663037f6c0daaf03d74c88afb002a6bb33f222b (patch)
treea6edccc1e5963511d0734e3171b97d853bf14b5c /camel/camel-mime-message.h
parentca7044930f42a698fd88f914c2512a20e2eeaae9 (diff)
downloadgsoc2013-evolution-9663037f6c0daaf03d74c88afb002a6bb33f222b.tar.gz
gsoc2013-evolution-9663037f6c0daaf03d74c88afb002a6bb33f222b.tar.zst
gsoc2013-evolution-9663037f6c0daaf03d74c88afb002a6bb33f222b.zip
More work:
- Fixed some Camel API naming issues. - Moved the message composer stuff to the `composer' directory. svn path=/trunk/; revision=1395
Diffstat (limited to 'camel/camel-mime-message.h')
-rw-r--r--camel/camel-mime-message.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/camel/camel-mime-message.h b/camel/camel-mime-message.h
index 4b5bf39b25..e233f99899 100644
--- a/camel/camel-mime-message.h
+++ b/camel/camel-mime-message.h
@@ -43,15 +43,15 @@ typedef struct _CamelMimeMessage CamelMimeMessage;
#include "camel-recipient.h"
-#define RECIPIENT_TYPE_TO "To"
-#define RECIPIENT_TYPE_CC "Cc"
-#define RECIPIENT_TYPE_BCC "Bcc"
+#define CAMEL_RECIPIENT_TYPE_TO "To"
+#define CAMEL_RECIPIENT_TYPE_CC "Cc"
+#define CAMEL_RECIPIENT_TYPE_BCC "Bcc"
#define CAMEL_MIME_MESSAGE_TYPE (camel_mime_message_get_type ())
#define CAMEL_MIME_MESSAGE(obj) (GTK_CHECK_CAST((obj), CAMEL_MIME_MESSAGE_TYPE, CamelMimeMessage))
#define CAMEL_MIME_MESSAGE_CLASS(k) (GTK_CHECK_CLASS_CAST ((k), CAMEL_MIME_MESSAGE_TYPE, CamelMimeMessageClass))
-#define IS_CAMEL_MIME_MESSAGE(o) (GTK_CHECK_TYPE((o), CAMEL_MIME_MESSAGE_TYPE))
+#define CAMEL_IS_MIME_MESSAGE(o) (GTK_CHECK_TYPE((o), CAMEL_MIME_MESSAGE_TYPE))
'>+3 * - Update to 0.4.12nivit2008-05-151-3/+3 * - Update to 0.4.11nivit2008-04-291-3/+3 * - Update to 0.4.10nivit2008-04-221-3/+3 * - Update to 0.4.9nivit2008-04-101-3/+3 * - Update to 0.4.8nivit2008-04-031-3/+3 * - Update to 0.4.7nivit2008-03-191-3/+3 * - Update to 0.4.6nivit2008-02-211-3/+3 * - Update to 0.4.5nivit2008-02-161-3/+3 * - Update to 0.4.4nivit2008-02-031-3/+3 * - Update to 0.4.3nivit2008-01-271-3/+3 * - Update to 0.4.2nivit2008-01-221-3/+3 * - Update to 0.4.1nivit2008-01-171-3/+3 * - Update to 0.4.0nivit2007-12-191-3/+3 * - Update to 0.2.1nivit2007-09-171-3/+3 * - Update to 0.2.0nivit2007-04-291-3/+3 * - Update to 0.1.9nivit2007-04-011-3/+3 * - Update to 0.18nivit2007-03-161-3/+3 * - Updated to 0.1.7nivit2007-03-101-3/+3 * - Updated to 0.1.6nivit2007-02-191-3/+3