X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=show-message.c;h=784981b6b190166564cfd82c2114bb1b1c3ec9d1;hp=38f5897aac75ca6cf6673e982d5fab41d90ea70d;hb=67bad3483fa5f83d517abbdc388571f06a92e2e8;hpb=882a58de5fdfb8500ef3d75189299dadba2c96d0 diff --git a/show-message.c b/show-message.c index 38f5897a..784981b6 100644 --- a/show-message.c +++ b/show-message.c @@ -33,13 +33,6 @@ show_message_part (GMimeObject *part, int *part_count, int i; for (i = 0; i < g_mime_multipart_get_count (multipart); i++) { - if (GMIME_IS_MULTIPART_SIGNED (multipart)) { - /* Don't index the signature. */ - if (i == 1) - continue; - if (i > 1) - fprintf (stderr, "Warning: Unexpected extra parts of multipart/signed. Continuing.\n"); - } show_message_part (g_mime_multipart_get_part (multipart, i), part_count, show_part); }