summaryrefslogtreecommitdiff
path: root/lib/database-private.h
AgeCommit message (Expand)Author
2019-05-25lib: cache user prefixes in database objectDavid Bremner
2019-04-17lib: add 'body:' field, stop indexing headers twice.David Bremner
2017-10-09lib: convert notmuch_bool_t to stdbool internallyJani Nikula
2017-08-01lib: isolate n_d_add_message and helper functions into own fileDavid Bremner
2017-05-12build: switch to hiding libnotmuch symbols by defaultJani Nikula
2017-03-03lib: create field processors from prefix tableDavid Bremner
2017-02-25lib: add _notmuch_database_reopenDavid Bremner
2017-02-18lib: Let Xapian manage the memory for FieldProcessorsDavid Bremner
2017-02-18lib: merge internal prefix tablesDavid Bremner
2016-11-15lib: optionally silence Xapian deprecation warningsDavid Bremner
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2016-05-25lib: add support for named queriesDavid Bremner
2016-05-25lib: make a global constant for query parser flagsDavid Bremner
2016-05-08lib: optionally support single argument date: queriesDavid Bremner
2015-08-14lib: Add "lastmod:" queries for filtering by last modificationAustin Clements
2015-08-13lib: API to retrieve database revision and UUIDAustin Clements
2015-08-13lib: Add per-message last modification trackingAustin Clements
2015-03-29lib: add a log function with output to a string in notmuch_database_tDavid Bremner
2015-01-24Add the NOTMUCH_FEATURE_INDEXED_MIMETYPES database featureTodd
2014-10-25lib: Enable ghost messages featureAustin Clements
2014-10-25lib: Add a ghost messages database featureAustin Clements
2014-08-30lib: Database version 3: Introduce fine-grained "features"Austin Clements
2012-10-31lib: add date range query supportJani Nikula
2011-09-23lib: Add support for nested atomic sections.Austin Clements
2011-03-21Add a generic function to get a list of terms with some prefix.Austin Clements
2010-11-11lib: Rework interface for maildir_flags synchronizationCarl Worth
2010-11-10Make maildir synchronization configurableMichal Sojka
2010-11-01lib: Add GCC visibility(hidden) pragmas to private header files.Carl Worth
2010-06-04Avoid database corruption by not adding partially-constructed mail documents.Carl Worth
2010-02-09Fix printf for when uint64_t != unsigned long long intCarl Worth
2010-02-09Switch from random to sequential thread identifiers.Carl Worth
2010-01-07lib: Implement versioning in the database and provide upgrade function.Carl Worth
2009-11-26notmuch: New function to retrieve all tags from the database.Jan Janak
2009-11-23Add rudimentary date-based search.Carl Worth
2009-11-22Catch and optionally print about exception at database->flush.Carl Worth
2009-11-21Permit opening the notmuch database in read-only mode.Chris Wilson
2009-11-09libify: Move library sources down into lib directory.Carl Worth