]> git.notmuchmail.org Git - notmuch/history - lib
man: document notmuch tag --remove-all
[notmuch] / lib /
2013-03-29 Adam Wolfe Gordonlib: Fix name reordering to handle commas without spaces
2013-02-19 David BremnerMerge branch 'release'
2013-02-19 Austin Clementslib: Add an iterator over all messages in a thread
2013-02-19 Austin Clementslib: Eliminate _notmuch_message_list_append
2013-02-19 Austin Clementslib: Separate list of all messages from top-level messages
2013-02-19 Austin Clementslib: Clean up error handling in _notmuch_thread_create
2013-02-16 Robert Mastbitmap:improve memory usage using CHAR_BITS and unsigne...
2013-01-29 Amadeusz Żołnowskilib/Makefile.local: depend on libs we are linking with
2013-01-25 David BremnerMerge branch 'release'
2013-01-22 Amadeusz Żołnowskilib/Makefile.local: depend on libs we are linking with
2012-12-24 David Bremner_notmuch_message_index_file: unref (free) address lists...
2012-12-24 Tomi Ollilalib/message-file.c: use g_malloc () & g_free () in...
2012-12-01 Jani Nikulalib: fix warnings when building with clang
2012-11-27 Austin Clementslib: Reject multi-message mboxes and deprecate single...
2012-10-31 Jani Nikulalib: add date range query support
2012-10-31 Jani Nikulabuild: build parse-time-string as part of the notmuch...
2012-10-27 Austin ClementsSupport OpenBSD
2012-09-27 Justus WinterFix the COERCE_STATUS macro
2012-09-02 Sascha Silbelib: fix NULL checks for filenames iterators
2012-06-10 Austin Clementslib: Treat messages in new/ as maildir messages with...
2012-06-10 Austin Clementslib: Only synchronize maildir flags for messages in...
2012-06-10 Austin Clementslib: Move _filename_is_in_maildir
2012-05-24 David BremnerMerge branch 'release'
2012-05-24 Austin Clementslib: Don't needlessly create directory docs in _notmuch...
2012-05-24 Austin Clementslib: Make notmuch_database_find_message_by_filename...
2012-05-24 Austin Clementslib: Make notmuch_database_get_directory return NULL...
2012-05-24 Austin Clementslib: Perform the same transformation to _notmuch_databa...
2012-05-24 Austin Clementslib: Perform the same transformation to _notmuch_databa...
2012-05-24 Austin Clementslib: Make directory document creation optional for...
2012-05-15 Austin Clementslib/cli: Make notmuch_database_get_directory return...
2012-05-05 Austin Clementslib: Bump SO version from 2.0.0 to 3.0.0
2012-05-05 Austin Clementslib/cli: Make notmuch_database_create return a status...
2012-05-05 Austin Clementslib/cli: Make notmuch_database_open return a status...
2012-04-28 Justus WinterSplit notmuch_database_close into two functions
2012-04-15 Jani Nikulalib: work around talloc_steal usage from C++ code
2012-04-08 Mark Walterslib: change default for notmuch_query_set_omit_excluded
2012-03-20 David BremnerMerge tag 'debian/0.12-1'
2012-03-20 David BremnerMerge tag '0.12'
2012-03-20 David BremnerMerge branch 'release'
2012-03-18 Mark Walterslib: fix an exclude bug
2012-03-18 Austin Clementslib: Add exclude query debug output
2012-03-18 Austin Clementslib: Expose query debug output via an environment variable
2012-03-18 David BremnerMerge tag '0.12_rc2'
2012-03-18 Justus WinterFix error reporting in notmuch_database_find_message_by...
2012-03-15 David BremnerMerge branch 'release'
2012-03-15 David BremnerMerge branch 'release'
2012-03-14 David BremnerMerge branch 'release'
2012-03-11 David BremnerMerge branch 'release'
2012-03-03 David BremnerMerge branch 'release'
2012-03-03 Justus WinterActually close the xapian database in notmuch_database_...
2012-03-02 Mark Walterslib: Add the exclude flag to notmuch_query_search_threads
2012-03-02 Mark Walterslib: Make notmuch_query_search_messages set the exclude...
2012-03-02 Mark Walterslib: Rearrange the exclude code in query.cc
2012-02-29 Michal SojkaConvert non-UTF-8 parts to UTF-8 before indexing them
2012-02-21 Justus WinterPrevent segmentation fault in notmuch_database_close
2012-02-04 David BremnerMerge commit '0.11.1'
2012-02-04 Austin Clementslib: Use talloc to simplify cleanup in notmuch_database...
2012-02-04 Austin Clementslib: Release resources if notmuch_database_open fails
2012-02-04 Austin Clementslib: Don't delete uninitialized pointers
2012-01-17 Austin Clementslib: Add support for automatically excluding tags from...
2012-01-14 David BremnerMerge branch 'release'
2012-01-10 Jani Nikulalib: fix messages.c build warn
2012-01-02 Kazuo Teramotolib: call g_mime_init() from notmuch_database_open()
2012-01-01 Kazuo Teramotolib: call g_mime_init() from notmuch_database_open()
2011-12-29 Jameson Graef RollinsIgnore encrypted parts when indexing.
2011-12-23 Thomas JostFix comments about what is stored in the database
2011-12-21 David Edmondsonnotmuch: Quiet buildbot warnings.
2011-12-06 David BremnerMerge branch 'release'
2011-12-05 David Bremnerlib: call g_type_init from notmuch_database_open
2011-11-27 David BremnerMerge branch 'release'
2011-11-23 David BremnerMerge branch 'release'
2011-11-22 Louis Rillingtags_to_maildir_flags: Cleanup double assignement
2011-11-22 Louis Rillinglib: Kill last usage of C++ type bool
2011-11-21 David BremnerMerge branch 'release'
2011-11-19 Tom PrinceDon't link libnotmuch if libutil isn't linked in properly.
2011-11-15 Jani Nikulalib: add function to get the number of threads matching...
2011-11-14 Austin ClementsStore "from" and "subject" headers in the database.
2011-11-13 Tom PrinceLink libutil using filenmae, rather than using -l.
2011-11-02 David Bremnerlib/database.cc: use flush Xapian method instead of...
2011-10-31 David Bremnerxutil.c: remove duplicate copies, create new library...
2011-10-25 Amadeusz ŻołnowskiPrefix lib/notmuch.h and lib/gen-version-script.sh...
2011-10-04 David Bremnerlib: bump SONAME
2011-10-04 David BremnerMerge remote-tracking branch 'alip/find_message-v3'
2011-10-04 Ali Polatellib: make find_message{,by_filename) report errors
2011-10-04 Ali Polatellib: destroy message object after message removal
2011-09-24 David Bremnerlib: bump library minor version because of new symbols.
2011-09-24 Austin Clementslib: Improve notmuch_database_{add,remove}_message...
2011-09-24 Austin Clementslib: Wrap notmuch_database_add_message in an atomic...
2011-09-24 Austin Clementslib: Add an API to find a message by filename.
2011-09-24 Austin Clementslib: Remove message document directly after removing...
2011-09-24 Austin Clementslib: Indicate if there are more filenames after removal.
2011-09-24 Austin Clementslib: Add support for nested atomic sections.
2011-09-24 Austin Clementslib: Add notmuch_database_{begin,end}_atomic.
2011-09-13 Austin Clementslib: Add missing status check in _notmuch_message_remov...
2011-09-05 Sebastian SpaethMerge branch 'master' of ssh://notmuchmail.org/git...
2011-09-05 David Bremnerlib/gen-version-script.h: add getline and getdelim...
2011-09-05 David Bremnerlib/gen-version-script.sh: replace --defined argument...
2011-08-23 Sebastian SpaethMerge branch 'master' of ssh://notmuchmail.org/git...
2011-08-21 David Bremnerre-enable notmuch.sym generation using POSIX sed
2011-07-21 Thomas Jostlibnotmuch: only build symbols list after the modules...
next