]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch-index-message: Add explicit support for multipart mime.
authorCarl Worth <cworth@cworth.org>
Wed, 14 Oct 2009 22:33:16 +0000 (15:33 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 14 Oct 2009 22:36:13 +0000 (15:36 -0700)
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).


No differences found