summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-01-29lib/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
2012-02-03lib: Release resources if notmuch_database_open failsAustin Clements
2012-02-03lib: Don't delete uninitialized pointersAustin Clements
2012-01-16lib: Add support for automatically excluding tags from queriesAustin Clements
2012-01-10lib: fix messages.c build warnJani Nikula
2011-12-31lib: call g_mime_init() from notmuch_database_open()Kazuo Teramoto
2011-12-29Ignore encrypted parts when indexing.Jameson Graef Rollins
2011-12-23Fix comments about what is stored in the databaseThomas Jost
2011-12-21notmuch: Quiet buildbot warnings.David Edmondson
2011-12-06Merge branch 'release'David Bremner
2011-12-04lib: call g_type_init from notmuch_database_openDavid Bremner
2011-11-21tags_to_maildir_flags: Cleanup double assignementLouis Rilling