diff options
Diffstat (limited to 'mail/mail-format.c')
-rw-r--r-- | mail/mail-format.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-format.c b/mail/mail-format.c index e4add90158..aaf8ec84f6 100644 --- a/mail/mail-format.c +++ b/mail/mail-format.c @@ -1838,10 +1838,10 @@ handle_multipart_signed (CamelMimePart *part, const char *mime_type, camel_exception_free (ex); - /* now display all the subparts *except* the signature (last part) */ + /* now display all the subparts (there should be only 1) *except* the signature (last part) */ mp = CAMEL_MULTIPART (wrapper); - nparts = camel_multipart_get_number (mp); + nparts = camel_multipart_get_number (mp); for (i = 0; i < nparts - 1; i++) { if (i != 0 && output) mail_html_write (md->html, md->stream, |