aboutsummaryrefslogtreecommitdiff
path: root/lib/notmuch-private.h
AgeCommit message (Expand)Author
2017-08-01lib: factor out message-id parsing to separate file.David Bremner
2017-07-14lib/cli: replace use of g_mime_message_get_senderDavid Bremner
2017-05-13build: visibility=default for library structs is no longer neededJani Nikula
2017-05-12build: switch to hiding libnotmuch symbols by defaultJani Nikula
2017-02-25lib: add _notmuch_database_reopenDavid Bremner
2016-09-21lib: extend private string map API with iteratorsDavid Bremner
2016-09-21lib: private string map (associative array) APIDavid Bremner
2016-09-21lib: read "property" terms from messages.David Bremner
2016-08-09lib: provide _notmuch_database_log_appendDavid Bremner
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2016-06-05lib: whitespace cleanupTomi Ollila
2016-04-15Introduce _notmuch_message_has_term()Daniel Kahn Gillmor
2016-04-15Add internal functions to search for alternate doc typesDaniel Kahn Gillmor
2015-09-07util: move strcase_equal and strcase_hash to utilJani Nikula
2015-08-13lib: Add per-message last modification trackingAustin Clements
2015-03-29lib: eliminate fprintf from _notmuch_message_file_openDavid Bremner
2015-03-29lib: add private function to extract the database for a message.David Bremner
2015-03-29lib: add a log function with output to a string in notmuch_database_tDavid Bremner
2015-02-25lib: fix clang build warningsJani Nikula
2015-02-25lib: abstract bit validity check in bit test/set/clear macrosJani Nikula
2014-10-25lib: Internal support for querying and creating ghost messagesAustin Clements
2014-10-25lib: Introduce macros for bit operationsAustin Clements
2014-10-11lib: Move message ID compression to _notmuch_message_create_for_message_idAustin Clements
2014-07-13lib: Start all function names in notmuch-private.h withCharles Celerier
2014-04-05lib: replace the header parser with gmimeJani Nikula
2014-03-11lib: make folder: prefix literalJani Nikula
2013-09-01lib: fix clang buildJani Nikula
2013-08-13lib: Document which strings are returned in UTF-8Austin Clements
2013-05-13lib: add --exclude=all optionMark Walters
2013-02-18lib: Eliminate _notmuch_message_list_appendAustin Clements
2013-02-18lib: Separate list of all messages from top-level messagesAustin Clements
2012-09-27Fix the COERCE_STATUS macroJustus Winter
2012-05-23lib: Make notmuch_database_get_directory return NULL if the directory is not foundAustin Clements
2012-05-23lib: Perform the same transformation to _notmuch_database_filename_to_direntryAustin Clements
2012-05-23lib: Perform the same transformation to _notmuch_database_find_directory_idAustin Clements
2012-05-23lib: Make directory document creation optional for _notmuch_directory_createAustin Clements
2012-04-15lib: work around talloc_steal usage from C++ codeJani Nikula
2012-03-02lib: Add the exclude flag to notmuch_query_search_threadsMark Walters
2012-03-02lib: Make notmuch_query_search_messages set the exclude flagMark Walters
2012-01-16lib: Add support for automatically excluding tags from queriesAustin Clements
2011-11-14Store "from" and "subject" headers in the database.Austin Clements
2011-10-30xutil.c: remove duplicate copies, create new library libutil.a to contain xutil.David Bremner
2011-09-23lib: Remove message document directly after removing the last file name.Austin Clements
2011-05-11Mark some structures in the library interface with visibility=default attribute.Carl Worth
2011-03-21Implement an internal generic string list and use it.Austin Clements
2011-01-15Add support for folder-based searching.Carl Worth
2010-12-07Optimize thread search using matched docid sets.Austin Clements
2010-11-11notmuch_message_tags_to_maildir_flags: Do nothing outside of "new" and "cur"Carl Worth
2010-11-11lib: Add new, public notmuch_message_get_filenamesCarl Worth
2010-11-11lib: Add new implementation of notmuch_filenames_tCarl Worth