aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* lib: search_threads: Fix nested search to handle original search of "*"Carl Worth2010-04-15
* Makefile: Add library version information on OS X.Carl Worth2010-04-14
* Makefile: Fix library linking command for OS XCarl Worth2010-04-14
* Add infrastructure for building shared library on OS X.Aaron Ecay2010-04-14
* Makefile: Move compat sources from the client code to the library.Carl Worth2010-04-14
* Do not segfault on empty mime partsmartin f. krafft2010-04-13
* Fix typo in notmuch.h documentation regarding database open modesMichael Forney2010-04-13
* lib: Remove condition regarding a NULL parent_thread_id.Carl Worth2010-04-12
* lib: Always add reference terms to the database.Carl Worth2010-04-12
* lib: Document the metadata stored within the Xapian database.Carl Worth2010-04-12
* lib: Fix line-wrapping in _notmuch_database_link_message.Carl Worth2010-04-12
* lib: Fix internal documentation of _notmuch_database_link_messageCarl Worth2010-04-12
* lib: Simplify code flow in _resolve_message_id_to_thread_idCarl Worth2010-04-12
* lib: Fix internal documentation of _resolve_message_id_to_thread_idCarl Worth2010-04-12
* Store thread ids for messages that we haven't seen yetJames Westby2010-04-12
* lib: Handle "*" as a query string to match all messages.Carl Worth2010-04-09
* fix obvious cut and paste errorDirk Hohndel2010-04-06
* fix notmuch_message_file_get_headerDirk Hohndel2010-04-06
* Avoid needlessly linking final notmuch binary against libXapian.Carl Worth2010-04-06
* configure: Add support for a --includedir optionCarl Worth2010-04-06
* Makefiles: Eliminate the useless quiet_* functions.Carl Worth2010-04-06
* 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