diff options
Diffstat (limited to 'em-format/e-mail-parser.c')
-rw-r--r-- | em-format/e-mail-parser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/em-format/e-mail-parser.c b/em-format/e-mail-parser.c index dbff9e5f77..08c008378c 100644 --- a/em-format/e-mail-parser.c +++ b/em-format/e-mail-parser.c @@ -365,7 +365,7 @@ e_mail_parser_parse_sync (EMailParser *parser, "is_hidden: %d | is_attachment: %d\n", e_mail_part_get_id (part), e_mail_part_get_cid (part), - part->mime_type, + e_mail_part_get_mime_type (part), part->is_hidden ? 1 : 0, part->is_attachment ? 1 : 0); @@ -469,7 +469,7 @@ e_mail_parser_parse_finish (EMailParser *parser, "is_hidden: %d | is_attachment: %d\n", e_mail_part_get_id (part), e_mail_part_get_cid (part), - part->mime_type, + e_mail_part_get_mime_type (part), part->is_hidden ? 1 : 0, part->is_attachment ? 1 : 0); |