summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-25Rework Makefile just a bit to enable adding flags for more compiler warningsCarl Worth
2009-10-25_notmuch_database_linke_message: Fix error-status propagation.Carl Worth
2009-10-25Change database to store only a single thread ID per message.Carl Worth
2009-10-25link_message: Remove dead code.Carl Worth
2009-10-25add_message: Pull the thread-stitching portion out into new _notmuch_database_link_messageCarl Worth
2009-10-25Add an INTERNAL_ERROR macro and use it for all internal errors.Carl Worth
2009-10-25add_message: Propagate error status from notmuch_message_create_for_message_idCarl Worth
2009-10-25notmuch dump: Eliminate extra space in error message.Carl Worth
2009-10-25Move read-only-archive hint from "notmuch setup" to "notmuch new"Carl Worth
2009-10-25Add comment documenting our current database schema.Carl Worth
2009-10-25Drop the storage of thread ID(s) in a value.Carl Worth
2009-10-25Convert notmuch_thread_ids_t to notmuch_terms_tCarl Worth
2009-10-25Implement notmuch_tags_t on top of new notmuch_terms_tCarl Worth
2009-10-24Shuffle the value numbers around in the database.Carl Worth
2009-10-24Invent our own prefix values.Carl Worth
2009-10-24Split BOOLEAN_PREFIX into INTERNAL and EXTERNAL subsets.Carl Worth
2009-10-24Change all occurrences of "msgid" to "id".Carl Worth
2009-10-24Add bash-completion script for notmuch.Carl Worth
2009-10-24Add the magic to allow searches such as "tag:inbox".Carl Worth
2009-10-24Use _find_prefix instead of hard-coded term in notmuch_query_searchCarl Worth
2009-10-24Fix bit-twiddling brain damage in notmuch_query_searchCarl Worth
2009-10-24Add debugging code for examining query strings.Carl Worth
2009-10-24Add a preliminary "notmuch search" command.Carl Worth
2009-10-24notmuch_database_create: Document idea to (optionally) return a statusCarl Worth
2009-10-24notmuch setup/new: Propagate failure from notmuch_database_set_timestampCarl Worth
2009-10-24Fix timestamp generation to avoid overflowing the term limitCarl Worth
2009-10-24Trim down prefix list to things we are actually using.Carl Worth
2009-10-24Move the prefix-string arrays back into database.cc from message.ccCarl Worth
2009-10-24Revert "Remove some unneeded initializers."Carl Worth
2009-10-23Cut the enthusiasm a bit.Carl Worth
2009-10-23Make "notmuch new" ignore directories that are read-only.Carl Worth
2009-10-23add_files: Pull one stat out of the recrusive function.Carl Worth
2009-10-23More fixing of plurals.Carl Worth
2009-10-23More care in final status reporting.Carl Worth
2009-10-23Print a better message than "0s" for zero seconds.Carl Worth
2009-10-23Add new "notmuch new" command.Carl Worth
2009-10-23add_files: Change to return a status value instead of voidCarl Worth
2009-10-23notmuch setup: Clean up the progress printing a bit.Carl Worth
2009-10-23Re-order documentation a bit.Carl Worth
2009-10-23notmuch_message_get_filename: Improve documentation.Carl Worth
2009-10-23Remove some unneeded initializers.Carl Worth
2009-10-23notmuch setup: Fix a couple of error paths.Carl Worth
2009-10-23_find_prefix: Exit when given an invalid prefix name.Carl Worth
2009-10-23Add NOTMUCH_STATUS_DUPLICATE_MESSAGE_IDCarl Worth
2009-10-23Clean up comments to not include spaces before tabs.Carl Worth
2009-10-23Clarify documentation and error string for NOTMUCH_STATUS_TAG_TOO_LONGCarl Worth
2009-10-23Add notmuch_database_set_timestamp and notmuch_database_get_timestampCarl Worth
2009-10-23database: Add private find_unique_doc_id and find_unique_document functionsCarl Worth
2009-10-23database: Similarly rename find_message_by_docid to find_document_for_doc_idCarl Worth
2009-10-23database: Rename internal find_messages_by_term to find_doc_idsCarl Worth