aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Expand)AuthorAge
* lib: Add two functions: notmuch_query_get_query_string and _get_sortGravatar Carl Worth2010-10-28
* lib: Fix notmuch_query_search_threads to return NULL on any Xapian exception.Gravatar Carl Worth2010-10-22
* lib: Fix "make install"Gravatar Carl Worth2010-09-21
* lib: Fix use-after-free bug.Gravatar Carl Worth2010-09-20
* make install: Run ldconfig or install a DT_RUNPATH in binary as appropriate.Gravatar Carl Worth2010-06-04
* Add support (and tests) for messages with really long message IDs.Gravatar Carl Worth2010-06-04
* Avoid database corruption by not adding partially-constructed mail documents.Gravatar Carl Worth2010-06-04
* Fix misnamed function in internal documentation.Gravatar Carl Worth2010-06-04
* Add support for the Solaris platformGravatar Tomas Carnecky2010-06-03
* Fix SEGV in _thread_cleanup_author if author ends with ', 'Gravatar Dirk Hohndel2010-04-27
* lib: Increment library version to 1.1.0Gravatar Carl Worth2010-04-27
* lib: Re-implement moving of thread authors.Gravatar Carl Worth2010-04-27
* Make Received: header special in notmuch_message_file_get_headerGravatar Dirk Hohndel2010-04-26
* Simple attempt to display author names in a friendlier wayGravatar Dirk Hohndel2010-04-26
* Reorder displayed names of thread authorsGravatar Dirk Hohndel2010-04-26
* Add authors member to messageGravatar Dirk Hohndel2010-04-26
* lib: Ensure notmuch_query_search_messages returns NULL on an exception.Gravatar Carl Worth2010-04-24
* lib: Document that notmuch_query_count_messages may return 0 if an exception ...Gravatar Carl Worth2010-04-24
* lib: Audit all notmuch_database call for Xapian exception handling.Gravatar Carl Worth2010-04-24
* lib: Audit calls to notmuch_message_get_header to handle NULL returnGravatar Carl Worth2010-04-24
* lib: Simplify code to set subject from matched message.Gravatar Carl Worth2010-04-24
* Revert "thread: Simplify code for assigning the subject."Gravatar Carl Worth2010-04-22
* Revert "thread: Fix sort of search when constructing threads."Gravatar Carl Worth2010-04-22
* Revert "thread: Removed unsed sort argument from _thread_add_matched_message"Gravatar Carl Worth2010-04-22
* thread: Removed unsed sort argument from _thread_add_matched_messageGravatar Carl Worth2010-04-21
* query.cc: allow to return query results unsortedGravatar Sebastian Spaeth2010-04-21
* thread: Fix sort of search when constructing threads.Gravatar Carl Worth2010-04-21
* thread: Simplify code for assigning the subject.Gravatar Carl Worth2010-04-21
* Name thread based on matching msgs instead of first msg.Gravatar Jesse Rosenthal2010-04-21
* lib: search_threads: Fix nested search to handle original search of "*"Gravatar Carl Worth2010-04-15
* Makefile: Add library version information on OS X.Gravatar Carl Worth2010-04-14
* Makefile: Fix library linking command for OS XGravatar Carl Worth2010-04-14
* Add infrastructure for building shared library on OS X.Gravatar Aaron Ecay2010-04-14
* Makefile: Move compat sources from the client code to the library.Gravatar Carl Worth2010-04-14
* Do not segfault on empty mime partsGravatar martin f. krafft2010-04-13
* Fix typo in notmuch.h documentation regarding database open modesGravatar Michael Forney2010-04-13
* lib: Remove condition regarding a NULL parent_thread_id.Gravatar Carl Worth2010-04-12
* lib: Always add reference terms to the database.Gravatar Carl Worth2010-04-12
* lib: Document the metadata stored within the Xapian database.Gravatar Carl Worth2010-04-12
* lib: Fix line-wrapping in _notmuch_database_link_message.Gravatar Carl Worth2010-04-12
* lib: Fix internal documentation of _notmuch_database_link_messageGravatar Carl Worth2010-04-12
* lib: Simplify code flow in _resolve_message_id_to_thread_idGravatar Carl Worth2010-04-12
* lib: Fix internal documentation of _resolve_message_id_to_thread_idGravatar Carl Worth2010-04-12
* Store thread ids for messages that we haven't seen yetGravatar James Westby2010-04-12
* lib: Handle "*" as a query string to match all messages.Gravatar Carl Worth2010-04-09
* fix obvious cut and paste errorGravatar Dirk Hohndel2010-04-06
* fix notmuch_message_file_get_headerGravatar Dirk Hohndel2010-04-06
* Avoid needlessly linking final notmuch binary against libXapian.Gravatar Carl Worth2010-04-06
* configure: Add support for a --includedir optionGravatar Carl Worth2010-04-06
* Makefiles: Eliminate the useless quiet_* functions.Gravatar Carl Worth2010-04-06