summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Move the _notmuch_message_sync from private to public interfacesCarl Worth2009-10-23
* add_message: Rename message to message_fileCarl Worth2009-10-23
* Prevent that last bug from reoccurring.Carl Worth2009-10-22
* 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
* Rename sha1.c to libsha1.cCarl Worth2009-10-21
*-. Merge branch from fixing up bugs after bisecting.Carl Worth2009-10-21
|\ \
| | * Bring back the insert_thread_id function.Carl Worth2009-10-21
| * | Fix lifetime-maintenance bug with std::string and c_str()Carl Worth2009-10-21
* | | List a few more co-conspirators.Carl Worth2009-10-21
* | | Add an AUTHORS file.Carl Worth2009-10-21
* | | Add sha1.c and libsha1.h for doing SHA-1-based message-ID generation.Mikhail Gusarov2009-10-21
* | | Add copy of GNU General Public License (version 3).Carl Worth2009-10-21
* | | Add notmuch_status_to_string function.Carl Worth2009-10-21
* | | Implement "notmuch restore".Carl Worth2009-10-21
* | | Pull out a chomp_newline function from "notmuch setup"Carl Worth2009-10-21
* | | Add notmuch_message_add_tag and notmuch_message_remove_tagCarl Worth2009-10-21
* | | notmuch-private.h: Move NOTMUCH_BEGIN_DECLS earlierCarl Worth2009-10-21
* | | notmuch_query_search: Clarify the documentation.Carl Worth2009-10-21
* | | notmuch.h: Fix some copy-paste errors in the documentaton.Carl Worth2009-10-21
* | | notmuch_message_get_message_id: Fix to cache resultCarl Worth2009-10-21
| |/ |/|
* | database: Add new notmuch_database_find_messageCarl Worth2009-10-21
|/