diff options
Diffstat (limited to 'em-format/e-mail-parser.c')
-rw-r--r-- | em-format/e-mail-parser.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/em-format/e-mail-parser.c b/em-format/e-mail-parser.c index 3b1b2a2a72..c718f79425 100644 --- a/em-format/e-mail-parser.c +++ b/em-format/e-mail-parser.c @@ -652,6 +652,8 @@ e_mail_parser_wrap_as_attachment (EMailParser *parser, if (camel_mime_part_get_encoding (part) == CAMEL_TRANSFER_ENCODING_BASE64) size = size / 1.37; + } else { + size = 0; } /* e_attachment_load_async must be called from main thread */ |