aboutsummaryrefslogtreecommitdiff
path: root/lib/directory.cc
AgeCommit message (Expand)Author
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
2011-03-21Add a generic function to get a list of terms with some prefix.Austin Clements
2011-03-21Implement an internal generic string list and use it.Austin Clements
2010-11-11lib: Add new, public notmuch_message_get_filenamesCarl Worth
2010-11-11lib: Add new implementation of notmuch_filenames_tCarl Worth
2010-11-01lib: Eliminate some redundant includes of xapian.hCarl Worth
2010-11-01lib: Add some missing static qualifiers.Carl Worth
2010-06-04Avoid database corruption by not adding partially-constructed mail documents.Carl Worth
2010-03-09lib: Rename iterator functions to prepare for reverse iteration.Carl Worth
2010-01-09lib: Add non-content terms with a WDF value of 0.Carl Worth
2010-01-07lib: Consolidate checks for read-only database.Carl Worth
2010-01-06lib: Treat NULL as a valid (and empty) notmuch_filenames_t iterator.Carl Worth
2010-01-06lib: Implement new notmuch_directory_t API.Carl Worth