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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c
index 7abb411e42..35e1d9f2da 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -825,6 +825,7 @@ static void
efh_text_html(EMFormatHTML *efh, CamelStream *stream, CamelMimePart *part, EMFormatHandler *info)
{
const char *location;
+ /* This is set but never used for anything */
EMFormatPURI *puri;
char *cid = NULL;
@@ -1029,6 +1030,7 @@ efh_multipart_related(EMFormat *emf, CamelStream *stream, CamelMimePart *part, c
CamelContentType *content_type;
const char *start;
int i, nparts, partidlen, displayid = 0;
+ /* puri is set but never used */
EMFormatPURI *puri;
struct _EMFormatHTMLJob *job;