summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-04-06fix obvious cut and paste errorDirk Hohndel
2010-04-06fix notmuch_message_file_get_headerDirk Hohndel
2010-04-06Avoid needlessly linking final notmuch binary against libXapian.Carl Worth
2010-04-06configure: Add support for a --includedir optionCarl Worth
2010-04-06Makefiles: Eliminate the useless quiet_* functions.Carl Worth
2010-04-05RELEASING: Add this file describing the steps to make a release.Carl Worth
2010-04-03Makefile.local: Automatically use makefile modeDavid Edmondson
2010-04-01Compile a static notmuch binary (but only install the shared version)Carl Worth
2010-04-01Makefile: Create include directory when installing headersMichal Sojka
2010-04-01lib: Switch to a 3-part version number for the library interface.Carl Worth
2010-03-31Makefiles: Make the install rules quiet like the compilation rules.Carl Worth
2010-03-31Move installation of library from top-level to lib/Makefile.localCarl Worth
2010-03-31Fix target dependencies for multiple jobsSaleem Abdulrasool
2010-03-31Build and link against notmuch shared library, install notmuch.hBen Gamari
2010-03-31emacs: Fix the notmuch-search-authors-width variable.Carl Worth
2010-03-31Clarify documentation of notmuch_database_add_message.Carl Worth
2010-03-10Makefile: Fix Makefiles to depend on all child Makefile fragments.Carl Worth
2010-03-09Add is:<tag> as a synonym for tag:<tag> in search terms.Carl Worth
2010-03-09lib: Silence a compiler warning.Carl Worth
2010-03-09Fix a few documentation typos in notmuch.hFernando Carrijo
2010-03-09Update documentation of notmuch_query_createFernando Carrijo
2010-03-09lib: Document what move_to_next does at the end of the list.Carl Worth
2010-03-09lib: Rename iterator functions to prepare for reverse iteration.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-02-05notmuch.h: Fix a couple of typos in the documentation.Carl Worth
2010-02-04Eliminate some useless gobject boilerplate.Carl Worth
2010-02-04notmuch new: Don't index uuencoded data.Carl Worth
2010-01-09notmuch new: Print upgrade progress report as a percentage.Carl Worth
2010-01-09lib: Add non-content terms with a WDF value of 0.Carl Worth
2010-01-09lib: Explicitly set BoolWeight when searching.Carl Worth
2010-01-09lib: Split the database upgrade into two phases for safer operation.Carl Worth
2010-01-08lib: Delete stale timestamp documents during database upgrade.Carl Worth
2010-01-07notmuch new: Fix progress notification on database upgrade.Carl Worth
2010-01-07lib: Implement versioning in the database and provide upgrade function.Carl Worth
2010-01-07Prefer READ_ONLY consistently over READONLY.Carl Worth
2010-01-07lib: Consolidate checks for read-only database.Carl Worth
2010-01-07lib: Clarify internal documentation of _notmuch_database_filename_to_direntryCarl Worth
2010-01-07notmuch_message_get_filename: Support old-style filename storage.Carl Worth
2010-01-06lib: Treat NULL as a valid (and empty) notmuch_filenames_t iterator.Carl Worth
2010-01-06lib: Indicate whether notmuch_database_remove_message removed anything.Carl Worth
2010-01-06lib: Update documentation of notmuch_database_add_message.Carl Worth
2010-01-06Index content from citations and signatures.Carl Worth
2010-01-06Makefiles: Use .DEFAULT to support arbitrary targets from sub directories.Carl Worth
2010-01-06Add missing comment for NOTMUCH_STATUS_READONLY_DATABASE.Carl Worth
2010-01-06lib: Implement new notmuch_directory_t API.Carl Worth
2010-01-06Revamp the proposed directory-tracking API slightly.Carl Worth
2010-01-06Prototypes for directory trackingKeith Packard
2010-01-06database: Add new, public notmuch_database_remove_messageCarl Worth
2010-01-06database: Add new find_doc_ids_for_term interface.Carl Worth