From: Carl Worth Date: Wed, 28 Oct 2009 17:42:07 +0000 (-0700) Subject: Add full-text indexing using the GMime library for parsing. X-Git-Tag: 0.1~667 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=f9bbd7baa07110c7f345c8413e2426d00382cb1c;hp=f9bbd7baa07110c7f345c8413e2426d00382cb1c;p=notmuch Add full-text indexing using the GMime library for parsing. This is based on the old notmuch-index-message.cc from early in the history of notmuch, but considerably cleaned up now that we have some experience with Xapian and know just what we want to index, (rather than just blindly trying to index exactly what sup does). This does slow down notmuch_database_add_message a *lot*, but I've got some ideas for getting some time back. ---