aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Expand)AuthorAge
* lib: Add an iterator over all messages in a threadGravatar Austin Clements2013-02-18
* lib: Eliminate _notmuch_message_list_appendGravatar Austin Clements2013-02-18
* lib: Separate list of all messages from top-level messagesGravatar Austin Clements2013-02-18
* lib: Clean up error handling in _notmuch_thread_createGravatar Austin Clements2013-02-18
* bitmap:improve memory usage using CHAR_BITS and unsigned CHARGravatar Robert Mast2013-02-15
* lib/Makefile.local: depend on libs we are linking withGravatar Amadeusz Żołnowski2013-01-22
* _notmuch_message_index_file: unref (free) address lists from gmime.Gravatar David Bremner2012-12-24
* lib/message-file.c: use g_malloc () & g_free () in hash table valuesGravatar Tomi Ollila2012-12-24
* lib: fix warnings when building with clangGravatar Jani Nikula2012-12-01
* lib: Reject multi-message mboxes and deprecate single-message mboxGravatar Austin Clements2012-11-26
* lib: add date range query supportGravatar Jani Nikula2012-10-31
* build: build parse-time-string as part of the notmuch lib and static cliGravatar Jani Nikula2012-10-31
* Support OpenBSDGravatar Austin Clements2012-10-27
* Fix the COERCE_STATUS macroGravatar Justus Winter2012-09-27
* lib: fix NULL checks for filenames iteratorsGravatar Sascha Silbe2012-09-01
* lib: Treat messages in new/ as maildir messages with no flags setGravatar Austin Clements2012-06-10
* lib: Only synchronize maildir flags for messages in maildirsGravatar Austin Clements2012-06-10
* lib: Move _filename_is_in_maildirGravatar Austin Clements2012-06-10
* lib: Don't needlessly create directory docs in _notmuch_message_remove_filenameGravatar Austin Clements2012-05-23
* lib: Make notmuch_database_find_message_by_filename not crash on read-only da...Gravatar Austin Clements2012-05-23
* lib: Make notmuch_database_get_directory return NULL if the directory is not ...Gravatar Austin Clements2012-05-23
* lib: Perform the same transformation to _notmuch_database_filename_to_direntryGravatar Austin Clements2012-05-23
* lib: Perform the same transformation to _notmuch_database_find_directory_idGravatar Austin Clements2012-05-23
* lib: Make directory document creation optional for _notmuch_directory_createGravatar Austin Clements2012-05-23
* lib/cli: Make notmuch_database_get_directory return a status codeGravatar Austin Clements2012-05-15
* lib: Bump SO version from 2.0.0 to 3.0.0Gravatar Austin Clements2012-05-05
* lib/cli: Make notmuch_database_create return a status codeGravatar Austin Clements2012-05-05
* lib/cli: Make notmuch_database_open return a status codeGravatar Austin Clements2012-05-05
* Split notmuch_database_close into two functionsGravatar Justus Winter2012-04-28
* lib: work around talloc_steal usage from C++ codeGravatar Jani Nikula2012-04-15
* lib: change default for notmuch_query_set_omit_excludedGravatar Mark Walters2012-04-07
* lib: fix an exclude bugGravatar Mark Walters2012-03-18
* lib: Add exclude query debug outputGravatar Austin Clements2012-03-18
* lib: Expose query debug output via an environment variableGravatar Austin Clements2012-03-18
* 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