aboutsummaryrefslogtreecommitdiff
path: root/database.cc
Commit message (Expand)AuthorAge
* Add notmuch_status_to_string function.Carl Worth2009-10-21
* Add notmuch_message_add_tag and notmuch_message_remove_tagCarl Worth2009-10-21
* database: Add new notmuch_database_find_messageCarl Worth2009-10-21
* Rename NOTMUCH_MAX_TERM to NOTMUCH_TERM_MAXCarl Worth2009-10-21
* Move find_prefix function from database.cc to message.ccCarl Worth2009-10-21
* Convert notmuch_database_t to start using talloc.Carl Worth2009-10-21
* notmuch setup: Collapse internal whitespace within message-idCarl Worth2009-10-21
* notmuch dump: Fix the sorting of results.Carl Worth2009-10-21
* add_message: Add a type:mail ("Kmail") term to all documents.Carl Worth2009-10-21
* database: Remove two little bits of dead code.Carl Worth2009-10-20
* Implement 'notmuch dump'.Carl Worth2009-10-20
* Rename private notmuch_message_t to notmuch_message_file_tCarl Worth2009-10-20
* add_message: Fix memory leak of thread_ids GPtrArray.Carl Worth2009-10-20
* database.cc: Document better pieces of glib that we're using.Carl Worth2009-10-20
* notmuch_database_open: Fix error message for file-not-found.Carl Worth2009-10-20
* notmuch_database_create/open: Fix to handle NULL as documented.Carl Worth2009-10-20
* notmuch: Ignore files that don't look like email messages.Carl Worth2009-10-19
* Don't hash headers we won't end up using.Carl Worth2009-10-19
* Document which pieces of glib we're still using.Carl Worth2009-10-19
* Hook up our fancy new notmuch_parse_date function.Carl Worth2009-10-19
* notmuch: Switch from gmime to custom, ad-hoc parsing of headers.Carl Worth2009-10-19
* notmuch: Start actually adding messages to the index.Carl Worth2009-10-18