aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-09-28lib/database.cc: fix misleading indentationTomi Ollila
2016-09-24lib: add talloc reference from string map iterator to mapDavid Bremner
2016-09-21add property: query prefix to search for specific propertiesDaniel Kahn Gillmor
2016-09-21lib: iterator API for message propertiesDavid Bremner
2016-09-21lib: extend private string map API with iteratorsDavid Bremner
2016-09-21lib: basic message-property APIDavid Bremner
2016-09-21lib: private string map (associative array) APIDavid Bremner
2016-09-21lib: read "property" terms from messages.David Bremner
2016-08-23lib: update cached mtime in notmuch_directory_set_mtimeDavid Bremner
2016-08-18lib: reword comment about XFOLDER: prefixDavid Bremner
2016-08-09lib: provide _notmuch_database_log_appendDavid Bremner
2016-06-29lib: add built_with handling for XAPIAN_DB_RETRY_LOCKDavid Bremner
2016-06-29Use the Xapian::DB_RETRY_LOCK flag when availableIstvan Marko
2016-06-28doc: forbid further operations on a closed databaseDavid Bremner
2016-06-11lib: fix definition of LIBNOTMUCH_CHECK_VERSIONDavid Bremner
2016-06-10lib: fix memory leak of field processor objectsDavid Bremner
2016-06-07lib: document config metadataDavid Bremner
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2016-06-05lib: whitespace cleanupTomi Ollila
2016-05-25lib: add support for named queriesDavid Bremner
2016-05-25lib: make a global constant for query parser flagsDavid Bremner
2016-05-25lib: config list iteratorsDavid Bremner
2016-05-24lib: provide config APIDavid Bremner
2016-05-13lib/cli: add library API / CLI for compile time optionsDavid Bremner
2016-05-08lib: optionally support single argument date: queriesDavid Bremner
2016-04-15complete ghost-on-removal-when-shared-thread-existsDaniel Kahn Gillmor
2016-04-15On deletion, replace with ghost when other active messages in threadDaniel Kahn Gillmor
2016-04-15Introduce _notmuch_message_has_term()Daniel Kahn Gillmor
2016-04-15Add internal functions to search for alternate doc typesDaniel Kahn Gillmor
2016-04-15fix thread breakage via ghost-on-removalDaniel Kahn Gillmor
2016-04-12lib: clean up _notmuch_database_split_pathJani Nikula
2016-04-12lib: fix handling of one character long directory names at top levelJani Nikula
2016-03-14lib: NOTMUCH_DEPRECATED macro also for older compilersTomi Ollila
2016-01-16clean up stray apostrophe in commentDaniel Kahn Gillmor
2016-01-16correct comment referring to notmuch_database_remove_messageDaniel Kahn Gillmor
2015-11-23forbid atomic transactions on writable, upgradable databasesSteven Allen
2015-11-19lib: content disposition values are not case-sensitiveJani Nikula
2015-10-27Documentation: fix type name spellingSteven Allen
2015-10-10lib: add interface to delete directory documentsJani Nikula
2015-10-05lib: update doxygen comments to add @since for the new _st APIDavid Bremner
2015-10-05lib: migrate thread.cc to new query_search APIDavid Bremner
2015-10-05lib: migrate notmuch_database_upgrade to new query_search APIDavid Bremner
2015-10-05lib: add versions of n_q_count_{message,threads} with status returnDavid Bremner
2015-10-05lib: move query variable to function scopeDavid Bremner
2015-09-25lib: add support for date:<expr>..! to mean date:<expr>..<expr>Jani Nikula
2015-09-23lib: constify arguments to notmuch_query_get_*David Bremner
2015-09-07util: move strcase_equal and strcase_hash to utilJani Nikula
2015-09-04lib: constify argument to notmuch_database_status_stringDavid Bremner
2015-09-04lib: note remaining uses of deprecated message search APIDavid Bremner
2015-09-04lib: remove use of notmuch_query_search_messages from query.ccDavid Bremner