aboutsummaryrefslogtreecommitdiff
path: root/database.cc
Commit message (Expand)AuthorAge
* Add -Wswitch-enum and fix warnings.Carl Worth2009-10-25
* Add -Wmising-declarations and fix warnings.Carl Worth2009-10-25
* _notmuch_database_linke_message: Fix error-status propagation.Carl Worth2009-10-25
* Change database to store only a single thread ID per message.Carl Worth2009-10-25
* link_message: Remove dead code.Carl Worth2009-10-25
* add_message: Pull the thread-stitching portion out into new _notmuch_database...Carl Worth2009-10-25
* Add an INTERNAL_ERROR macro and use it for all internal errors.Carl Worth2009-10-25
* add_message: Propagate error status from notmuch_message_create_for_message_idCarl Worth2009-10-25
* Add comment documenting our current database schema.Carl Worth2009-10-25
* Drop the storage of thread ID(s) in a value.Carl Worth2009-10-25
* Shuffle the value numbers around in the database.Carl Worth2009-10-24
* Invent our own prefix values.Carl Worth2009-10-24
* Split BOOLEAN_PREFIX into INTERNAL and EXTERNAL subsets.Carl Worth2009-10-24
* Change all occurrences of "msgid" to "id".Carl Worth2009-10-24
* Add the magic to allow searches such as "tag:inbox".Carl Worth2009-10-24
* Fix timestamp generation to avoid overflowing the term limitCarl Worth2009-10-24
* Trim down prefix list to things we are actually using.Carl Worth2009-10-24
* Move the prefix-string arrays back into database.cc from message.ccCarl Worth2009-10-24
* Add NOTMUCH_STATUS_DUPLICATE_MESSAGE_IDCarl Worth2009-10-23
* Clarify documentation and error string for NOTMUCH_STATUS_TAG_TOO_LONGCarl Worth2009-10-23
* Add notmuch_database_set_timestamp and notmuch_database_get_timestampCarl Worth2009-10-23
* database: Add private find_unique_doc_id and find_unique_document functionsCarl Worth2009-10-23
* database: Similarly rename find_message_by_docid to find_document_for_doc_idCarl Worth2009-10-23
* database: Rename internal find_messages_by_term to find_doc_idsCarl Worth2009-10-23
* add_message: Fix to not add multiple documents with the same message IDCarl Worth2009-10-23
* add_message: Re-order the code a bit (find message-id first).Carl Worth2009-10-23
* Move thread_id generation code from database.cc to message.ccCarl Worth2009-10-23
* add_message: Rename message to message_fileCarl Worth2009-10-23
* Don't forget the "to" header when restrict parsing to certain headersCarl Worth2009-10-22
* Fix missing error check.Carl Worth2009-10-22
* Generate message ID (using SHA1) when a mail message contains none.Carl Worth2009-10-22
*-. Merge branch from fixing up bugs after bisecting.Carl Worth2009-10-21
|\ \
| | * Bring back the insert_thread_id function.Carl Worth2009-10-21
* | | 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