aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r--mail/em-format-html.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c
index 100a97c46d..9126bdd337 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -562,7 +562,7 @@ efh_object_requested(GtkHTML *html, GtkHTMLEmbedded *eb, EMFormatHTML *efh)
res = pobject->func(efh, eb, pobject);
e_dlist_addhead(&efh->pending_object_list, (EDListNode *)pobject);
} else {
- printf("HTML Includes reference to unknown object '%s'\n", eb->classid);
+ d(printf("HTML Includes reference to unknown object '%s'\n", eb->classid));
}
return res;
@@ -1484,7 +1484,6 @@ efh_format_address (GString *out, struct _camel_header_address *a)
static void
efh_format_header(EMFormat *emf, CamelStream *stream, CamelMedium *part, struct _camel_header_raw *header, guint32 flags, const char *charset)
{
- CamelMimeMessage *msg = (CamelMimeMessage *)part;
EMFormatHTML *efh = (EMFormatHTML *)emf;
char *name, *value = NULL, *p;
const char *label, *txt;