From: Carl Worth Date: Wed, 14 Oct 2009 22:33:16 +0000 (-0700) Subject: notmuch-index-message: Add explicit support for multipart mime. X-Git-Tag: 0.1~867 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=7878175ed943351c39ce5cebc6f10939b2b88422;hp=7878175ed943351c39ce5cebc6f10939b2b88422 notmuch-index-message: Add explicit support for multipart mime. Instead of using the recursive "foreach" method, we implement our own recursive function. This allows us to ignore the signature component of a multipart/signed message, (which we certainly don't need to index). ---