aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Expand)AuthorAge
* Merge tag '0.12_rc2'Gravatar David Bremner2012-03-18
|\
| * Fix error reporting in notmuch_database_find_message_by_filenameGravatar Justus Winter2012-03-18
* | Merge branch 'release'Gravatar David Bremner2012-03-03
|\|
| * Actually close the xapian database in notmuch_database_closeGravatar Justus Winter2012-03-03
* | lib: Add the exclude flag to notmuch_query_search_threadsGravatar Mark Walters2012-03-02
* | lib: Make notmuch_query_search_messages set the exclude flagGravatar Mark Walters2012-03-02
* | lib: Rearrange the exclude code in query.ccGravatar Mark Walters2012-03-02
|/
* Convert non-UTF-8 parts to UTF-8 before indexing themGravatar Michal Sojka2012-02-29
* Prevent segmentation fault in notmuch_database_closeGravatar Justus Winter2012-02-20
* lib: Use talloc to simplify cleanup in notmuch_database_openGravatar Austin Clements2012-02-03
* lib: Release resources if notmuch_database_open failsGravatar Austin Clements2012-02-03
* lib: Don't delete uninitialized pointersGravatar Austin Clements2012-02-03
* lib: Add support for automatically excluding tags from queriesGravatar Austin Clements2012-01-16
* lib: fix messages.c build warnGravatar Jani Nikula2012-01-10
* lib: call g_mime_init() from notmuch_database_open()Gravatar Kazuo Teramoto2011-12-31
* Ignore encrypted parts when indexing.Gravatar Jameson Graef Rollins2011-12-29
* Fix comments about what is stored in the databaseGravatar Thomas Jost2011-12-23
* notmuch: Quiet buildbot warnings.Gravatar David Edmondson2011-12-21
* Merge branch 'release'Gravatar David Bremner2011-12-06
|\
| * lib: call g_type_init from notmuch_database_openGravatar David Bremner2011-12-04
* | tags_to_maildir_flags: Cleanup double assignementGravatar Louis Rilling2011-11-21
* | lib: Kill last usage of C++ type boolGravatar Louis Rilling2011-11-21
* | Don't link libnotmuch if libutil isn't linked in properly.Gravatar Tom Prince2011-11-19
|/
* lib: add function to get the number of threads matching a searchGravatar Jani Nikula2011-11-15
* Store "from" and "subject" headers in the database.Gravatar Austin Clements2011-11-14
* Link libutil using filenmae, rather than using -l.Gravatar Tom Prince2011-11-13
* lib/database.cc: use flush Xapian method instead of commitGravatar David Bremner2011-11-02
* xutil.c: remove duplicate copies, create new library libutil.a to contain xutil.Gravatar David Bremner2011-10-30
* Prefix lib/notmuch.h and lib/gen-version-script.sh with $(srcdir)Gravatar Amadeusz Żołnowski2011-10-24
* lib: bump SONAMEGravatar David Bremner2011-10-04
* lib: make find_message{,by_filename) report errorsGravatar Ali Polatel2011-10-04
* lib: destroy message object after message removalGravatar Ali Polatel2011-10-04
* lib: bump library minor version because of new symbols.Gravatar David Bremner2011-09-24
* lib: Improve notmuch_database_{add,remove}_message documentation.Gravatar Austin Clements2011-09-24
* lib: Wrap notmuch_database_add_message in an atomic section.Gravatar Austin Clements2011-09-24
* lib: Add an API to find a message by filename.Gravatar Austin Clements2011-09-24
* lib: Remove message document directly after removing the last file name.Gravatar Austin Clements2011-09-23
* lib: Indicate if there are more filenames after removal.Gravatar Austin Clements2011-09-23
* lib: Add support for nested atomic sections.Gravatar Austin Clements2011-09-23
* lib: Add notmuch_database_{begin,end}_atomic.Gravatar Austin Clements2011-09-23
* lib: Add missing status check in _notmuch_message_remove_filename.Gravatar Austin Clements2011-09-12
* lib/gen-version-script.h: add getline and getdelim to notmuch.sym if neededGravatar David Bremner2011-09-05
* lib/gen-version-script.sh: replace --defined argument to nm with awkGravatar David Bremner2011-09-05
* re-enable notmuch.sym generation using POSIX sedGravatar David Bremner2011-08-21
* libnotmuch: only build symbols list after the modules are builtGravatar Thomas Jost2011-07-20
* Merge commit '0.6.1'Gravatar David Bremner2011-07-17
|\
| * libnotmuch: export Xapian typeinfo symbolsGravatar David Bremner2011-07-16
* | Use POSIX sed invocationGravatar Robin Green2011-07-03
| * Fix folder: coherence issueGravatar Mark Anderson2011-06-29
* | lib/Makefile.local: remove leftover debugging output.Gravatar David Bremner2011-06-29