diff options
Diffstat (limited to 'mail/em-format.c')
-rw-r--r-- | mail/em-format.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/em-format.c b/mail/em-format.c index 39b039e2b6..df5ca50e65 100644 --- a/mail/em-format.c +++ b/mail/em-format.c @@ -354,8 +354,7 @@ em_format_add_puri(EMFormat *emf, size_t size, const char *cid, CamelMimePart *p tmp = camel_mime_part_get_content_location(part); puri->uri = NULL; if (tmp == NULL) { - if (emf->base) - puri->uri = camel_url_to_string(emf->base, 0); + /* no location, don't set a uri at all, html parts do this themselves */ } else { if (strchr(tmp, ':') == NULL && emf->base != NULL) { CamelURL *uri; |