summaryrefslogtreecommitdiff
path: root/lib/notmuch-private.h
AgeCommit message (Expand)Author
2010-03-09lib: Rename iterator functions to prepare for reverse iteration.Carl Worth
2010-01-09lib: Split the database upgrade into two phases for safer operation.Carl Worth
2010-01-07lib: Implement versioning in the database and provide upgrade function.Carl Worth
2010-01-07Prefer READ_ONLY consistently over READONLY.Carl Worth
2010-01-07lib: Consolidate checks for read-only database.Carl Worth
2010-01-06lib: Implement new notmuch_directory_t API.Carl Worth
2010-01-06database: Abstract _filename_to_direntry from _add_messageCarl Worth
2010-01-06database: Allowing storing multiple filenames for a single message ID.Carl Worth
2010-01-06database: Store mail filename as a new 'direntry' term, not as 'data'.Carl Worth
2010-01-06database: Split _find_parent_id into _split_path and _find_directory_idCarl Worth
2010-01-06database: Export _notmuch_database_find_parent_id for internal use.Carl Worth
2010-01-06lib: Abstract the extraction of a relative path from set_filenameCarl Worth
2010-01-06lib: Add missing value to notmuch_private_status_t enum.Carl Worth
2009-12-09Nuke the remainings of _notmuch_message_add_thread_id.Fernando Carrijo
2009-12-03Remove unused notmuch_parse_date function prototype.Jeffrey C. Ollie
2009-12-01Makefile: Incorporate getline implementation into the build.Carl Worth
2009-11-24lib/messages.c: Make message searches stream as well.Carl Worth
2009-11-21Permit opening the notmuch database in read-only mode.Chris Wilson
2009-11-18TypsosIngmar Vanhassel
2009-11-17database: Make _parse_message_id static once again.Carl Worth
2009-11-17Fix "too many open files" bug by closing message files when done with them.Keith Packard
2009-11-17Remove the talloc_owner argument from create_for_message_id.Carl Worth
2009-11-15notmuch show: Implement proper thread ordering/nesting of messages.Carl Worth
2009-11-15Add _notmuch_message_get_in_reply_to.Carl Worth
2009-11-15Remove obsolete notmuch_message_get_subject prototype.Carl Worth
2009-11-15lib/messages: Add new notmuch_message_list_t to internal interface.Carl Worth
2009-11-15Export _parse_message_id to the library implementation.Carl Worth
2009-11-14lib: Move notmuch_messages_t code from query.cc to new messages.cCarl Worth
2009-11-12notmuch search: Print the number of matched/total messages for each thread.Carl Worth
2009-11-12notmuch search: Print all authors contributing to a thread.Carl Worth
2009-11-09libify: Move library sources down into lib directory.Carl Worth