]> git.notmuchmail.org Git - notmuch/commit
Add full-text indexing using the GMime library for parsing.
authorCarl Worth <cworth@cworth.org>
Wed, 28 Oct 2009 17:42:07 +0000 (10:42 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 28 Oct 2009 19:50:10 +0000 (12:50 -0700)
commitf9bbd7baa07110c7f345c8413e2426d00382cb1c
tree4669ed380656bfd23b8203d4fa93601e8dd4e553
parentb04cc337388ea93cdd8a569a87f8bdc442f0cb33
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.
Makefile
database-private.h
database.cc
index.cc [new file with mode: 0644]
message.cc
notmuch-private.h