]> git.notmuchmail.org Git - notmuch/commit
notmuch: Switch from gmime to custom, ad-hoc parsing of headers.
authorCarl Worth <cworth@cworth.org>
Mon, 19 Oct 2009 19:54:40 +0000 (12:54 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 19 Oct 2009 20:00:43 +0000 (13:00 -0700)
commit0e777a8f800af062aba39a95a003f3e1d8f33793
tree9d1c73931983ad78f60d866185ea07907782b29f
parent9bc4253fa804b62ff31e8de82a139b2cb12b118f
notmuch: Switch from gmime to custom, ad-hoc parsing of headers.

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.
Makefile
database.cc
message.c [new file with mode: 0644]
message.h [new file with mode: 0644]
notmuch-private.h