]> git.notmuchmail.org Git - notmuch/history - database.cc
Move declarations for xutil.c from notmuch-private to new xutil.h.
[notmuch] / database.cc
2009-10-21 Carl Worthnotmuch setup: Collapse internal whitespace within...
2009-10-21 Carl Worthnotmuch dump: Fix the sorting of results.
2009-10-21 Carl Worthadd_message: Add a type:mail ("Kmail") term to all...
2009-10-21 Carl Worthdatabase: Remove two little bits of dead code.
2009-10-21 Carl WorthImplement 'notmuch dump'.
2009-10-20 Carl WorthRename private notmuch_message_t to notmuch_message_file_t
2009-10-20 Carl Worthadd_message: Fix memory leak of thread_ids GPtrArray.
2009-10-20 Carl Worthdatabase.cc: Document better pieces of glib that we...
2009-10-20 Carl Worthnotmuch_database_open: Fix error message for file-not...
2009-10-20 Carl Worthnotmuch_database_create/open: Fix to handle NULL as...
2009-10-20 Carl Worthnotmuch: Ignore files that don't look like email messages.
2009-10-19 Carl WorthDon't hash headers we won't end up using.
2009-10-19 Carl WorthDocument which pieces of glib we're still using.
2009-10-19 Carl WorthHook up our fancy new notmuch_parse_date function.
2009-10-19 Carl Worthnotmuch: Switch from gmime to custom, ad-hoc parsing...
2009-10-19 Carl Worthnotmuch: Start actually adding messages to the index.