aboutsummaryrefslogtreecommitdiff
path: root/database.cc
AgeCommit message (Expand)Author
2009-10-23add_message: Fix to not add multiple documents with the same message IDCarl Worth
2009-10-23add_message: Re-order the code a bit (find message-id first).Carl Worth
2009-10-23Move thread_id generation code from database.cc to message.ccCarl Worth
2009-10-23add_message: Rename message to message_fileCarl Worth
2009-10-22Don't forget the "to" header when restrict parsing to certain headersCarl Worth
2009-10-22Fix missing error check.Carl Worth
2009-10-22Generate message ID (using SHA1) when a mail message contains none.Carl Worth
2009-10-21Merge branch from fixing up bugs after bisecting.Carl Worth
2009-10-21Bring back the insert_thread_id function.Carl Worth
2009-10-21Add notmuch_status_to_string function.Carl Worth
2009-10-21Add notmuch_message_add_tag and notmuch_message_remove_tagCarl Worth
2009-10-21database: Add new notmuch_database_find_messageCarl Worth
2009-10-21Rename NOTMUCH_MAX_TERM to NOTMUCH_TERM_MAXCarl Worth
2009-10-21Move find_prefix function from database.cc to message.ccCarl Worth
2009-10-21Convert notmuch_database_t to start using talloc.Carl Worth
2009-10-21notmuch setup: Collapse internal whitespace within message-idCarl Worth
2009-10-21notmuch dump: Fix the sorting of results.Carl Worth
2009-10-21add_message: Add a type:mail ("Kmail") term to all documents.Carl Worth
2009-10-20database: Remove two little bits of dead code.Carl Worth
2009-10-20Implement 'notmuch dump'.Carl Worth
2009-10-20Rename private notmuch_message_t to notmuch_message_file_tCarl Worth
2009-10-20add_message: Fix memory leak of thread_ids GPtrArray.Carl Worth
2009-10-20database.cc: Document better pieces of glib that we're using.Carl Worth
2009-10-20notmuch_database_open: Fix error message for file-not-found.Carl Worth
2009-10-20notmuch_database_create/open: Fix to handle NULL as documented.Carl Worth
2009-10-19notmuch: Ignore files that don't look like email messages.Carl Worth
2009-10-19Don't hash headers we won't end up using.Carl Worth
2009-10-19Document which pieces of glib we're still using.Carl Worth
2009-10-19Hook up our fancy new notmuch_parse_date function.Carl Worth
2009-10-19notmuch: Switch from gmime to custom, ad-hoc parsing of headers.Carl Worth
2009-10-18notmuch: Start actually adding messages to the index.Carl Worth