aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-utils.c')
-rw-r--r--mail/em-utils.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/em-utils.c b/mail/em-utils.c
index 8dbadea15b..af53b3df69 100644
--- a/mail/em-utils.c
+++ b/mail/em-utils.c
@@ -83,8 +83,6 @@
static void emu_save_part_done (CamelMimePart *part, char *name, int done, void *data);
-extern struct _CamelSession *session;
-
#define d(x)
/**
@@ -1685,7 +1683,6 @@ em_utils_part_to_html(CamelMimePart *part, ssize_t *len, EMFormat *source)
emfq = em_format_quote_new(NULL, (CamelStream *)mem, 0);
((EMFormat *) emfq)->composer = TRUE;
- em_format_set_session((EMFormat *)emfq, session);
if (source) {
/* copy over things we can, other things are internal, perhaps need different api than 'clone' */
if (source->default_charset)
@@ -1735,7 +1732,6 @@ em_utils_message_to_html(CamelMimeMessage *message, const char *credits, guint32
emfq = em_format_quote_new(credits, (CamelStream *)mem, flags);
((EMFormat *) emfq)->composer = TRUE;
- em_format_set_session((EMFormat *)emfq, session);
if (!source) {
GConfClient *gconf;