summaryrefslogtreecommitdiff
path: root/g_mime_test.c
Commit message (Collapse)AuthorAge
* Remove unused variable.Carl Worth2009-10-13
| | | | Compiling with -Wall considered useful.
* Add sup-compatible prefixes and achieve sup-compatible print outputCarl Worth2009-10-13
| | | | | | | | 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.
* Initial commit of a test program to form the basis of notmuch.Carl Worth2009-10-13
Basically just playing with some simple code using libgmime to parse an email message.