summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2011-11-21lib: Kill last usage of C++ type boolLouis Rilling
2011-11-19Don't link libnotmuch if libutil isn't linked in properly.Tom Prince
2011-11-15lib: add function to get the number of threads matching a searchJani Nikula
2011-11-14Store "from" and "subject" headers in the database.Austin Clements
2011-11-13Link libutil using filenmae, rather than using -l.Tom Prince
2011-11-02lib/database.cc: use flush Xapian method instead of commitDavid Bremner
2011-10-30xutil.c: remove duplicate copies, create new library libutil.a to contain xutil.David Bremner
2011-10-24Prefix lib/notmuch.h and lib/gen-version-script.sh with $(srcdir)Amadeusz Żołnowski
2011-10-04lib: bump SONAMEDavid Bremner
2011-10-04lib: make find_message{,by_filename) report errorsAli Polatel
2011-10-04lib: destroy message object after message removalAli Polatel
2011-09-24lib: bump library minor version because of new symbols.David Bremner
2011-09-24lib: Improve notmuch_database_{add,remove}_message documentation.Austin Clements
2011-09-24lib: Wrap notmuch_database_add_message in an atomic section.Austin Clements
2011-09-24lib: Add an API to find a message by filename.Austin Clements
2011-09-23lib: Remove message document directly after removing the last file name.Austin Clements
2011-09-23lib: Indicate if there are more filenames after removal.Austin Clements
2011-09-23lib: Add support for nested atomic sections.Austin Clements
2011-09-23lib: Add notmuch_database_{begin,end}_atomic.Austin Clements
2011-09-12lib: Add missing status check in _notmuch_message_remove_filename.Austin Clements