X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=show-message.c;h=784981b6b190166564cfd82c2114bb1b1c3ec9d1;hp=38f5897aac75ca6cf6673e982d5fab41d90ea70d;hb=28ce73848d98d8ee2b661733402e2c10b13418d5;hpb=2ce25b93a72b4a8d6daa5321f9ef7df0772a789f 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); }