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