aboutsummaryrefslogtreecommitdiffhomepage
path: root/database.cc
Commit message (Expand)AuthorAge
* notmuch show: Add a one-line summary of the message before the header.Gravatar Carl Worth2009-10-29
* Fix add_message and get_filename to strip/re-add the database path.Gravatar Carl Worth2009-10-28
* notmuch_database_add_message: Sanity check the file as the first thingGravatar Carl Worth2009-10-28
* Tweak formatting of internal error messages.Gravatar Carl Worth2009-10-28
* index: Store "Full Name <user@example.com>" addressses in the databaseGravatar Carl Worth2009-10-28
* Add full-text indexing using the GMime library for parsing.Gravatar Carl Worth2009-10-28
* Fix segfault in case of the database lock not being available.Gravatar Carl Worth2009-10-27
* Update prefix so that "thread:" can be used in search strings.Gravatar Carl Worth2009-10-27
* notmuch_database_add_message: Do not return a message on failure.Gravatar Carl Worth2009-10-27
* notmuch_database_close: Explicitly flush the Xapian database.Gravatar Carl Worth2009-10-27
* notmuch restore: Fix to remove all tags before adding tags.Gravatar Carl Worth2009-10-26
* add_message: Add an optional parameter for getting the just-added message.Gravatar Carl Worth2009-10-26
* Remove all calls to g_strdup_printfGravatar Carl Worth2009-10-26
* Drop dead function add_term.Gravatar Carl Worth2009-10-25
* Add -Wswitch-enum and fix warnings.Gravatar Carl Worth2009-10-25
* Add -Wmising-declarations and fix warnings.Gravatar Carl Worth2009-10-25
* _notmuch_database_linke_message: Fix error-status propagation.Gravatar Carl Worth2009-10-25
* Change database to store only a single thread ID per message.Gravatar Carl Worth2009-10-25
* link_message: Remove dead code.Gravatar Carl Worth2009-10-25
* add_message: Pull the thread-stitching portion out into new _notmuch_database...Gravatar Carl Worth2009-10-25
* Add an INTERNAL_ERROR macro and use it for all internal errors.Gravatar Carl Worth2009-10-25
* add_message: Propagate error status from notmuch_message_create_for_message_idGravatar Carl Worth2009-10-25
* Add comment documenting our current database schema.Gravatar Carl Worth2009-10-25
* Drop the storage of thread ID(s) in a value.Gravatar Carl Worth2009-10-25
* Shuffle the value numbers around in the database.Gravatar Carl Worth2009-10-24
* Invent our own prefix values.Gravatar Carl Worth2009-10-24
* Split BOOLEAN_PREFIX into INTERNAL and EXTERNAL subsets.Gravatar Carl Worth2009-10-24
* Change all occurrences of "msgid" to "id".Gravatar Carl Worth2009-10-24
* Add the magic to allow searches such as "tag:inbox".Gravatar Carl Worth2009-10-24
* Fix timestamp generation to avoid overflowing the term limitGravatar Carl Worth2009-10-24
* Trim down prefix list to things we are actually using.Gravatar Carl Worth2009-10-24
* Move the prefix-string arrays back into database.cc from message.ccGravatar Carl Worth2009-10-24
* Add NOTMUCH_STATUS_DUPLICATE_MESSAGE_IDGravatar Carl Worth2009-10-23
* Clarify documentation and error string for NOTMUCH_STATUS_TAG_TOO_LONGGravatar Carl Worth2009-10-23
* Add notmuch_database_set_timestamp and notmuch_database_get_timestampGravatar Carl Worth2009-10-23
* database: Add private find_unique_doc_id and find_unique_document functionsGravatar Carl Worth2009-10-23
* database: Similarly rename find_message_by_docid to find_document_for_doc_idGravatar Carl Worth2009-10-23
* database: Rename internal find_messages_by_term to find_doc_idsGravatar Carl Worth2009-10-23
* add_message: Fix to not add multiple documents with the same message IDGravatar Carl Worth2009-10-23
* add_message: Re-order the code a bit (find message-id first).Gravatar Carl Worth2009-10-23
* Move thread_id generation code from database.cc to message.ccGravatar Carl Worth2009-10-23
* add_message: Rename message to message_fileGravatar Carl Worth2009-10-23
* Don't forget the "to" header when restrict parsing to certain headersGravatar Carl Worth2009-10-22
* Fix missing error check.Gravatar Carl Worth2009-10-22
* Generate message ID (using SHA1) when a mail message contains none.Gravatar Carl Worth2009-10-22
*-. Merge branch from fixing up bugs after bisecting.Gravatar Carl Worth2009-10-21
|\ \
| | * Bring back the insert_thread_id function.Gravatar Carl Worth2009-10-21
* | | Add notmuch_status_to_string function.Gravatar Carl Worth2009-10-21
* | | Add notmuch_message_add_tag and notmuch_message_remove_tagGravatar Carl Worth2009-10-21
| |/ |/|
* | database: Add new notmuch_database_find_messageGravatar Carl Worth2009-10-21
|/