aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-06-24lib: add NOTMUCH_EXCLUDE_FLAG to notmuch_exclude_tMark Walters
2013-06-08cli: Guard deprecated g_type_init callsTomi Ollila
2013-05-13lib: add --exclude=all optionMark Walters
2013-05-13lib/database.cc: change how the parent of a message is calculatedAaron Ecay
2013-05-03lib/message.cc: stale pointer bug (v3)Vladimir Marek
2013-03-29lib: Fix name reordering to handle commas without spacesAdam Wolfe Gordon
2013-02-18lib: Add an iterator over all messages in a threadAustin Clements
2013-02-18lib: Eliminate _notmuch_message_list_appendAustin Clements
2013-02-18lib: Separate list of all messages from top-level messagesAustin Clements
2013-02-18lib: Clean up error handling in _notmuch_thread_createAustin Clements
2013-02-15bitmap:improve memory usage using CHAR_BITS and unsigned CHARRobert Mast
2013-01-22lib/Makefile.local: depend on libs we are linking withAmadeusz Żołnowski
2012-12-24_notmuch_message_index_file: unref (free) address lists from gmime.David Bremner
2012-12-24lib/message-file.c: use g_malloc () & g_free () in hash table valuesTomi Ollila
2012-12-01lib: fix warnings when building with clangJani Nikula
2012-11-26lib: Reject multi-message mboxes and deprecate single-message mboxAustin Clements
2012-10-31lib: add date range query supportJani Nikula
2012-10-31build: build parse-time-string as part of the notmuch lib and static cliJani Nikula
2012-10-27Support OpenBSDAustin Clements
2012-09-27Fix the COERCE_STATUS macroJustus Winter
2012-09-01lib: fix NULL checks for filenames iteratorsSascha Silbe
2012-06-10lib: Treat messages in new/ as maildir messages with no flags setAustin Clements
2012-06-10lib: Only synchronize maildir flags for messages in maildirsAustin Clements
2012-06-10lib: Move _filename_is_in_maildirAustin Clements
2012-05-23lib: Don't needlessly create directory docs in _notmuch_message_remove_filenameAustin Clements
2012-05-23lib: Make notmuch_database_find_message_by_filename not crash on read-only databasesAustin Clements
2012-05-23lib: Make notmuch_database_get_directory return NULL if the directory is not foundAustin Clements
2012-05-23lib: Perform the same transformation to _notmuch_database_filename_to_direntryAustin Clements
2012-05-23lib: Perform the same transformation to _notmuch_database_find_directory_idAustin Clements
2012-05-23lib: Make directory document creation optional for _notmuch_directory_createAustin Clements
2012-05-15lib/cli: Make notmuch_database_get_directory return a status codeAustin Clements
2012-05-05lib: Bump SO version from 2.0.0 to 3.0.0Austin Clements
2012-05-05lib/cli: Make notmuch_database_create return a status codeAustin Clements
2012-05-05lib/cli: Make notmuch_database_open return a status codeAustin Clements
2012-04-28Split notmuch_database_close into two functionsJustus Winter
2012-04-15lib: work around talloc_steal usage from C++ codeJani Nikula
2012-04-07lib: change default for notmuch_query_set_omit_excludedMark Walters
2012-03-18lib: fix an exclude bugMark Walters
2012-03-18lib: Add exclude query debug outputAustin Clements
2012-03-18lib: Expose query debug output via an environment variableAustin Clements
2012-03-18Merge tag '0.12_rc2'David Bremner
2012-03-18Fix error reporting in notmuch_database_find_message_by_filenameJustus Winter
2012-03-03Merge branch 'release'David Bremner
2012-03-03Actually close the xapian database in notmuch_database_closeJustus Winter
2012-03-02lib: Add the exclude flag to notmuch_query_search_threadsMark Walters
2012-03-02lib: Make notmuch_query_search_messages set the exclude flagMark Walters
2012-03-02lib: Rearrange the exclude code in query.ccMark Walters
2012-02-29Convert non-UTF-8 parts to UTF-8 before indexing themMichal Sojka
2012-02-20Prevent segmentation fault in notmuch_database_closeJustus Winter
2012-02-03lib: Use talloc to simplify cleanup in notmuch_database_openAustin Clements