]> git.notmuchmail.org Git - notmuch/commit
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)
commit7878175ed943351c39ce5cebc6f10939b2b88422
tree4deb693fe3f6b85fc8a9ba2914e1e6d11e796c64
parent6363ab32eab64c1618f8d257953f31877d09b2a9
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).
notmuch-index-message.cc