From 2f0d83cf74b94d5e6272c07179df6e6c7a929789 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 4 Dec 2012 16:45:44 -0500 Subject: EMailFormatterContext: Keep a reference to EMailPartList. Replace the individual components of an EMailPartList with a reference on the EMailPartList itself in EMailFormatContext. Easier to manage. --- em-format/e-mail-formatter.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'em-format/e-mail-formatter.h') diff --git a/em-format/e-mail-formatter.h b/em-format/e-mail-formatter.h index d7e578f794..6d344ada85 100644 --- a/em-format/e-mail-formatter.h +++ b/em-format/e-mail-formatter.h @@ -89,11 +89,7 @@ struct _EMailFormatterHeader { }; struct _EMailFormatterContext { - CamelMimeMessage *message; - CamelFolder *folder; - gchar *message_uid; - GSList *parts; - + EMailPartList *part_list; EMailFormatterMode mode; guint32 flags; -- cgit v1.2.3