aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-10-23sha1: Add new notmuch_sha1_of_string functionCarl Worth
2009-10-23notmuch restore: Print names of tags that cannot be appliedCarl Worth
2009-10-23notmuch_tags_has_more: Fix to use string.empty rather than string.sizeCarl Worth
2009-10-23Fix notmuch_message_get_message_id to never return NULL.Carl Worth
2009-10-23add_message: Fix to not add multiple documents with the same message IDCarl Worth
2009-10-23Add _notmuch_message_create_for_message_idCarl Worth
2009-10-23Fix _notmuch_message_create to catch Xapian DocNotFoundError.Carl Worth
2009-10-23Add internal functions for manipulating a new notmuch_message_tCarl Worth
2009-10-23Add notmuch_message_get_filenameCarl 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-23Move the _notmuch_message_sync from private to public interfacesCarl Worth
2009-10-23add_message: Rename message to message_fileCarl Worth
2009-10-22Prevent that last bug from reoccurring.Carl 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-21Rename sha1.c to libsha1.cCarl 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-21Fix lifetime-maintenance bug with std::string and c_str()Carl Worth
2009-10-21List a few more co-conspirators.Carl Worth