notmuch clon
Find a file
Carl Worth 466a7bbf62 Implement 'notmuch dump'.
This is a fairly big milestone for notmuch. It's our first command
to do anything besides building the index, so it proves we can
actually read valid results out from the index.

It also puts in place almost all of the API and infrastructure we
will need to allow searching of the database.

Finally, with this change we are now using talloc inside of notmuch
which is truly a delight to use. And now that I figured out how
to use C++ objects with talloc allocation, (it requires grotty
parts of C++ such as "placement new" and "explicit destructors"),
we are valgrind-clean for "notmuch dump", (as in "no leaks are
possible").
2009-10-20 21:21:39 -07:00
.gitignore Remove test programs, xapian-dump and notmuch-index-message 2009-10-19 22:24:28 -07:00
database-private.h Implement 'notmuch dump'. 2009-10-20 21:21:39 -07:00
database.cc Implement 'notmuch dump'. 2009-10-20 21:21:39 -07:00
date.c Hook up our fancy new notmuch_parse_date function. 2009-10-19 13:35:29 -07:00
Makefile Implement 'notmuch dump'. 2009-10-20 21:21:39 -07:00
message-file.c Rename private notmuch_message_t to notmuch_message_file_t 2009-10-20 15:09:51 -07:00
message.cc Implement 'notmuch dump'. 2009-10-20 21:21:39 -07:00
message.h notmuch: Switch from gmime to custom, ad-hoc parsing of headers. 2009-10-19 13:00:43 -07:00
notmuch-private.h Implement 'notmuch dump'. 2009-10-20 21:21:39 -07:00
notmuch.c Implement 'notmuch dump'. 2009-10-20 21:21:39 -07:00
notmuch.h Implement 'notmuch dump'. 2009-10-20 21:21:39 -07:00
query.cc Implement 'notmuch dump'. 2009-10-20 21:21:39 -07:00
xutil.c notmuch: Start actually adding messages to the index. 2009-10-18 20:56:30 -07:00