summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Convert notmuch_thread_ids_t to notmuch_terms_tCarl Worth2009-10-25
* Implement notmuch_tags_t on top of new notmuch_terms_tCarl 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 bash-completion script for notmuch.Carl Worth2009-10-24
* Add the magic to allow searches such as "tag:inbox".Carl Worth2009-10-24
* Use _find_prefix instead of hard-coded term in notmuch_query_searchCarl Worth2009-10-24
* Fix bit-twiddling brain damage in notmuch_query_searchCarl Worth2009-10-24
* Add debugging code for examining query strings.Carl Worth2009-10-24
* Add a preliminary "notmuch search" command.Carl Worth2009-10-24
* notmuch_database_create: Document idea to (optionally) return a statusCarl Worth2009-10-24
* notmuch setup/new: Propagate failure from notmuch_database_set_timestampCarl 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
* Revert "Remove some unneeded initializers."Carl Worth2009-10-24
* Cut the enthusiasm a bit.Carl Worth2009-10-23
* Make "notmuch new" ignore directories that are read-only.Carl Worth2009-10-23
* add_files: Pull one stat out of the recrusive function.Carl Worth2009-10-23
* More fixing of plurals.Carl Worth2009-10-23
* More care in final status reporting.Carl Worth2009-10-23
* Print a better message than "0s" for zero seconds.Carl Worth2009-10-23
* Add new "notmuch new" command.Carl Worth2009-10-23
* add_files: Change to return a status value instead of voidCarl Worth2009-10-23
* notmuch setup: Clean up the progress printing a bit.Carl Worth2009-10-23
* Re-order documentation a bit.Carl Worth2009-10-23
* notmuch_message_get_filename: Improve documentation.Carl Worth2009-10-23
* Remove some unneeded initializers.Carl Worth2009-10-23
* notmuch setup: Fix a couple of error paths.Carl Worth2009-10-23
* _find_prefix: Exit when given an invalid prefix name.Carl Worth2009-10-23
* Add NOTMUCH_STATUS_DUPLICATE_MESSAGE_IDCarl Worth2009-10-23
* Clean up comments to not include spaces before tabs.Carl 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
* sha1: Add new notmuch_sha1_of_string functionCarl Worth2009-10-23
* notmuch restore: Print names of tags that cannot be appliedCarl Worth2009-10-23
* notmuch_tags_has_more: Fix to use string.empty rather than string.sizeCarl Worth2009-10-23
* Fix notmuch_message_get_message_id to never return NULL.Carl Worth2009-10-23
* add_message: Fix to not add multiple documents with the same message IDCarl Worth2009-10-23
* Add _notmuch_message_create_for_message_idCarl Worth2009-10-23
* Fix _notmuch_message_create to catch Xapian DocNotFoundError.Carl Worth2009-10-23
* Add internal functions for manipulating a new notmuch_message_tCarl Worth2009-10-23
* Add notmuch_message_get_filenameCarl 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