26
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More care in final status reporting. More... over 14 years ago
Print a better message than "0s" for zero seconds. More... over 14 years ago
Add new "notmuch new" command. More... over 14 years ago
add_files: Change to return a status value instead of void More... over 14 years ago
notmuch setup: Clean up the progress printing a bit. More... over 14 years ago
Re-order documentation a bit. More... over 14 years ago
notmuch_message_get_filename: Improve documentation. More... over 14 years ago
Remove some unneeded initializers. More... over 14 years ago
notmuch setup: Fix a couple of error paths. More... over 14 years ago
_find_prefix: Exit when given an invalid prefix name. More... over 14 years ago
Add NOTMUCH_STATUS_DUPLICATE_MESSAGE_ID More... over 14 years ago
Clean up comments to not include spaces before tabs. More... over 14 years ago
Clarify documentation and error string for NOTMUCH_STATUS_TAG_TOO_LONG More... over 14 years ago
Add notmuch_database_set_timestamp and notmuch_database_get_timestamp More... over 14 years ago
database: Add private find_unique_doc_id and find_unique_document functions More... over 14 years ago
database: Similarly rename find_message_by_docid to find_document_for_doc_id More... over 14 years ago
database: Rename internal find_messages_by_term to find_doc_ids More... over 14 years ago
sha1: Add new notmuch_sha1_of_string function More... over 14 years ago
notmuch restore: Print names of tags that cannot be applied More... over 14 years ago
notmuch_tags_has_more: Fix to use string.empty rather than string.size More... over 14 years ago
Fix notmuch_message_get_message_id to never return NULL. More... over 14 years ago
add_message: Fix to not add multiple documents with the same message ID More... over 14 years ago
Add _notmuch_message_create_for_message_id More... over 14 years ago
Fix _notmuch_message_create to catch Xapian DocNotFoundError. More... over 14 years ago
Add internal functions for manipulating a new notmuch_message_t More... over 14 years ago
Add notmuch_message_get_filename More... over 14 years ago
add_message: Re-order the code a bit (find message-id first). More... over 14 years ago
Move thread_id generation code from database.cc to message.cc More... over 14 years ago
Move the _notmuch_message_sync from private to public interfaces More... over 14 years ago
add_message: Rename message to message_file More... over 14 years ago