aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-format.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-format.h')
-rw-r--r--mail/mail-format.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mail-format.h b/mail/mail-format.h
index fffae641ba..2bc9016879 100644
--- a/mail/mail-format.h
+++ b/mail/mail-format.h
@@ -52,10 +52,11 @@ gboolean mail_content_loaded (CamelDataWrapper *wrapper,
typedef gboolean (*MailMimeHandlerFn) (CamelMimePart *part, const char *mime_type,
MailDisplay *md, MailDisplayStream *stream);
typedef struct {
- gboolean generic;
Bonobo_ServerInfo *component;
GList *applications;
MailMimeHandlerFn builtin;
+ guint generic : 1;
+ guint is_bonobo : 1;
} MailMimeHandler;
MailMimeHandler *mail_lookup_handler (const char *mime_type);