summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* RELEASING: Add this file describing the steps to make a release.Carl Worth2010-04-05
* Makefile.local: Automatically use makefile modeDavid Edmondson2010-04-03
* Compile a static notmuch binary (but only install the shared version)Carl Worth2010-04-01
* Makefile: Create include directory when installing headersMichal Sojka2010-04-01
* lib: Switch to a 3-part version number for the library interface.Carl Worth2010-04-01
* Makefiles: Make the install rules quiet like the compilation rules.Carl Worth2010-03-31
* Move installation of library from top-level to lib/Makefile.localCarl Worth2010-03-31
* Fix target dependencies for multiple jobsSaleem Abdulrasool2010-03-31
* Build and link against notmuch shared library, install notmuch.hBen Gamari2010-03-31
* emacs: Fix the notmuch-search-authors-width variable.Carl Worth2010-03-31
* Clarify documentation of notmuch_database_add_message.Carl Worth2010-03-31
* Makefile: Fix Makefiles to depend on all child Makefile fragments.Carl Worth2010-03-10
* Add is:<tag> as a synonym for tag:<tag> in search terms.Carl Worth2010-03-09
* lib: Silence a compiler warning.Carl Worth2010-03-09
* Fix a few documentation typos in notmuch.hFernando Carrijo2010-03-09
* Update documentation of notmuch_query_createFernando Carrijo2010-03-09
* lib: Document what move_to_next does at the end of the list.Carl Worth2010-03-09
* lib: Rename iterator functions to prepare for reverse iteration.Carl Worth2010-03-09
* Fix printf for when uint64_t != unsigned long long intCarl Worth2010-02-09
* Switch from random to sequential thread identifiers.Carl Worth2010-02-09
* notmuch.h: Fix a couple of typos in the documentation.Carl Worth2010-02-05
* Eliminate some useless gobject boilerplate.Carl Worth2010-02-04
* notmuch new: Don't index uuencoded data.Carl Worth2010-02-04
* notmuch new: Print upgrade progress report as a percentage.Carl Worth2010-01-09
* lib: Add non-content terms with a WDF value of 0.Carl Worth2010-01-09
* lib: Explicitly set BoolWeight when searching.Carl Worth2010-01-09
* lib: Split the database upgrade into two phases for safer operation.Carl Worth2010-01-09
* lib: Delete stale timestamp documents during database upgrade.Carl Worth2010-01-08
* notmuch new: Fix progress notification on database upgrade.Carl Worth2010-01-07
* lib: Implement versioning in the database and provide upgrade function.Carl Worth2010-01-07
* Prefer READ_ONLY consistently over READONLY.Carl Worth2010-01-07
* lib: Consolidate checks for read-only database.Carl Worth2010-01-07
* lib: Clarify internal documentation of _notmuch_database_filename_to_direntryCarl Worth2010-01-07
* notmuch_message_get_filename: Support old-style filename storage.Carl Worth2010-01-07
* lib: Treat NULL as a valid (and empty) notmuch_filenames_t iterator.Carl Worth2010-01-06
* lib: Indicate whether notmuch_database_remove_message removed anything.Carl Worth2010-01-06
* lib: Update documentation of notmuch_database_add_message.Carl Worth2010-01-06
* Index content from citations and signatures.Carl Worth2010-01-06
* Makefiles: Use .DEFAULT to support arbitrary targets from sub directories.Carl Worth2010-01-06
* Add missing comment for NOTMUCH_STATUS_READONLY_DATABASE.Carl Worth2010-01-06
* lib: Implement new notmuch_directory_t API.Carl Worth2010-01-06
* Revamp the proposed directory-tracking API slightly.Carl Worth2010-01-06
* Prototypes for directory trackingKeith Packard2010-01-06
* database: Add new, public notmuch_database_remove_messageCarl Worth2010-01-06
* database: Add new find_doc_ids_for_term interface.Carl Worth2010-01-06
* database: Make find_unique_doc_id enforce uniqueness (for a debug build)Carl Worth2010-01-06
* database: Abstract _filename_to_direntry from _add_messageCarl Worth2010-01-06
* database: Allowing storing multiple filenames for a single message ID.Carl Worth2010-01-06
* database: Store mail filename as a new 'direntry' term, not as 'data'.Carl Worth2010-01-06
* database: Split _find_parent_id into _split_path and _find_directory_idCarl Worth2010-01-06