aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-13Add .gitignore file to ignore compiled binaries.Carl Worth
2009-10-13xapian-dump: Add values to the dump as well.Carl Worth
2009-10-13xapian-dump: Fix to dump all terms for each document ID.Carl Worth
2009-10-13xapian-dump: Actually dump document IDsCarl Worth
It's not a complete tool yet, but it at least does something now.
2009-10-13Remove unused variable.Carl Worth
Compiling with -Wall considered useful.
2009-10-13Add the beginnings of a xapian-dump program.Carl Worth
This will (when it is finished) make a much more reliable way to ensure that notmuch's sync program behaves identically to sup-sync. It doesn't actually do anything yet.
2009-10-13Add sup-compatible prefixes and achieve sup-compatible print outputCarl Worth
What I've done here is to instrument sup-sync to print the text and terms objects it constructs just before indexing a message. Then I've made my g_mime_test program achieve (nearly) identical output for an example email message, (just missing the body text). Next we can start shoving this data into a Xapian index.
2009-10-13Initial commit of a test program to form the basis of notmuch.Carl Worth
Basically just playing with some simple code using libgmime to parse an email message.