]> git.notmuchmail.org Git - notmuch/history - database.cc
database: Rename internal find_messages_by_term to find_doc_ids
[notmuch] / database.cc
2009-10-23 Carl Worthdatabase: Rename internal find_messages_by_term to...
2009-10-23 Carl Worthadd_message: Fix to not add multiple documents with...
2009-10-23 Carl Worthadd_message: Re-order the code a bit (find message...
2009-10-23 Carl WorthMove thread_id generation code from database.cc to...
2009-10-23 Carl Worthadd_message: Rename message to message_file
2009-10-22 Carl WorthDon't forget the "to" header when restrict parsing...
2009-10-22 Carl WorthFix missing error check.
2009-10-22 Carl WorthGenerate message ID (using SHA1) when a mail message...
2009-10-22 Carl WorthMerge branch from fixing up bugs after bisecting.
2009-10-22 Carl WorthBring back the insert_thread_id function.
2009-10-21 Carl WorthAdd notmuch_status_to_string function.
2009-10-21 Carl WorthAdd notmuch_message_add_tag and notmuch_message_remove_tag
2009-10-21 Carl Worthdatabase: Add new notmuch_database_find_message
2009-10-21 Carl WorthRename NOTMUCH_MAX_TERM to NOTMUCH_TERM_MAX
2009-10-21 Carl WorthMove find_prefix function from database.cc to message.cc
2009-10-21 Carl WorthConvert notmuch_database_t to start using talloc.
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.