aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-formatter-print-headers.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-05-19 22:23:24 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-05-20 01:07:20 +0800
commit5bea269ce8a7b2603f30f82f8ef3636795fb0cd0 (patch)
tree0d7026d3a5edfa9b641d1476e782523c141e936e /em-format/e-mail-formatter-print-headers.c
parentc025ffbb296501d2da8cba78aa6a14008055cf87 (diff)
downloadgsoc2013-evolution-5bea269ce8a7b2603f30f82f8ef3636795fb0cd0.tar
gsoc2013-evolution-5bea269ce8a7b2603f30f82f8ef3636795fb0cd0.tar.gz
gsoc2013-evolution-5bea269ce8a7b2603f30f82f8ef3636795fb0cd0.tar.bz2
gsoc2013-evolution-5bea269ce8a7b2603f30f82f8ef3636795fb0cd0.tar.lz
gsoc2013-evolution-5bea269ce8a7b2603f30f82f8ef3636795fb0cd0.tar.xz
gsoc2013-evolution-5bea269ce8a7b2603f30f82f8ef3636795fb0cd0.tar.zst
gsoc2013-evolution-5bea269ce8a7b2603f30f82f8ef3636795fb0cd0.zip
Add e_mail_part_get_cid().
Diffstat (limited to 'em-format/e-mail-formatter-print-headers.c')
-rw-r--r--em-format/e-mail-formatter-print-headers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/em-format/e-mail-formatter-print-headers.c b/em-format/e-mail-formatter-print-headers.c
index 30d7a2827d..2345b78b05 100644
--- a/em-format/e-mail-formatter-print-headers.c
+++ b/em-format/e-mail-formatter-print-headers.c
@@ -190,7 +190,7 @@ emfpe_headers_format (EMailFormatterExtension *extension,
if (mail_part->is_hidden)
continue;
- if (mail_part->cid != NULL)
+ if (e_mail_part_get_cid (mail_part) != NULL)
continue;
attachments_count++;