summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-04-27lib: Increment library version to 1.1.0Carl Worth
2010-04-27lib: Re-implement moving of thread authors.Carl Worth
2010-04-26Make Received: header special in notmuch_message_file_get_headerDirk Hohndel
2010-04-26Simple attempt to display author names in a friendlier wayDirk Hohndel
2010-04-26Reorder displayed names of thread authorsDirk Hohndel
2010-04-26Add authors member to messageDirk Hohndel
2010-04-24lib: Ensure notmuch_query_search_messages returns NULL on an exception.Carl Worth
2010-04-24lib: Document that notmuch_query_count_messages may return 0 if an exception occursCarl Worth
2010-04-24lib: Audit all notmuch_database call for Xapian exception handling.Carl Worth
2010-04-24lib: Audit calls to notmuch_message_get_header to handle NULL returnCarl Worth
2010-04-24lib: Simplify code to set subject from matched message.Carl Worth
2010-04-22Revert "thread: Simplify code for assigning the subject."Carl Worth
2010-04-22Revert "thread: Fix sort of search when constructing threads."Carl Worth
2010-04-22Revert "thread: Removed unsed sort argument from _thread_add_matched_message"Carl Worth
2010-04-21thread: Removed unsed sort argument from _thread_add_matched_messageCarl Worth
2010-04-21query.cc: allow to return query results unsortedSebastian Spaeth
2010-04-21thread: Fix sort of search when constructing threads.Carl Worth
2010-04-21thread: Simplify code for assigning the subject.Carl Worth
2010-04-21Name thread based on matching msgs instead of first msg.Jesse Rosenthal
2010-04-15lib: search_threads: Fix nested search to handle original search of "*"Carl Worth
2010-04-14Makefile: Add library version information on OS X.Carl Worth
2010-04-14Makefile: Fix library linking command for OS XCarl Worth
2010-04-14Add infrastructure for building shared library on OS X.Aaron Ecay
2010-04-14Makefile: Move compat sources from the client code to the library.Carl Worth
2010-04-13Do not segfault on empty mime partsmartin f. krafft
2010-04-13Fix typo in notmuch.h documentation regarding database open modesMichael Forney
2010-04-12lib: Remove condition regarding a NULL parent_thread_id.Carl Worth
2010-04-12lib: Always add reference terms to the database.Carl Worth
2010-04-12lib: Document the metadata stored within the Xapian database.Carl Worth
2010-04-12lib: Fix line-wrapping in _notmuch_database_link_message.Carl Worth
2010-04-12lib: Fix internal documentation of _notmuch_database_link_messageCarl Worth
2010-04-12lib: Simplify code flow in _resolve_message_id_to_thread_idCarl Worth
2010-04-12lib: Fix internal documentation of _resolve_message_id_to_thread_idCarl Worth
2010-04-12Store thread ids for messages that we haven't seen yetJames Westby
2010-04-09lib: Handle "*" as a query string to match all messages.Carl Worth
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