aboutsummaryrefslogtreecommitdiff
path: root/message.h
AgeCommit message (Collapse)Author
2009-11-09Remove obsolete message.h.Carl Worth
This has been around but never used, and only became apparent now that the other sources moved down into the lib sub-directory.
2009-10-19notmuch: Switch from gmime to custom, ad-hoc parsing of headers.Carl Worth
Since we're currently just trying to stitch together In-Reply-To and References headers we don't need that much sophistication. It's when we later add full-text searching that GMime will be useful. So for now, even though my own code here is surely very buggy compared to GMime it's also a lot faster. And speed is what we're after for the initial index creation.