]> git.notmuchmail.org Git - notmuch/history - lib/notmuch-private.h
lib/message.cc: stale pointer bug (v3)
[notmuch] / lib / notmuch-private.h
2013-02-19 David BremnerMerge branch 'release'
2013-02-19 Austin Clementslib: Eliminate _notmuch_message_list_append
2013-02-19 Austin Clementslib: Separate list of all messages from top-level messages
2012-09-27 Justus WinterFix the COERCE_STATUS macro
2012-05-24 David BremnerMerge branch 'release'
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-04-15 Jani Nikulalib: work around talloc_steal usage from C++ code
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 David BremnerMerge tag '0.12_rc2'
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-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-02-04 David BremnerMerge commit '0.11.1'
2012-01-17 Austin Clementslib: Add support for automatically excluding tags from...
2011-11-14 Austin ClementsStore "from" and "subject" headers in the database.
2011-10-31 David Bremnerxutil.c: remove duplicate copies, create new library...
2011-09-24 Austin Clementslib: Remove message document directly after removing...
2011-05-11 Carl WorthMark some structures in the library interface with...
2011-04-25 Carl WorthMerge remote-tracking branch 'amdragon/eager-metadata-v4'
2011-03-21 Austin ClementsImplement an internal generic string list and use it.
2011-01-15 Carl WorthAdd support for folder-based searching.
2010-12-08 Austin ClementsOptimize thread search using matched docid sets.
2010-11-11 Carl Worthnotmuch_message_tags_to_maildir_flags: Do nothing outsi...
2010-11-11 Carl Worthlib: Add new, public notmuch_message_get_filenames
2010-11-11 Carl Worthlib: Add new implementation of notmuch_filenames_t
2010-11-11 Carl Worthlib: Rework interface for maildir_flags synchronization
2010-11-10 Michal SojkaMaildir synchronization
2010-11-08 Carl WorthMerge in ruby bindings.
2010-11-02 Carl Worthlib: Add GCC visibility(hidden) pragmas to private...
2010-06-04 Carl WorthAdd support (and tests) for messages with really long...
2010-06-04 Carl WorthAvoid database corruption by not adding partially-const...
2010-04-26 Dirk HohndelMake Received: header special in notmuch_message_file_g...
2010-04-26 Dirk HohndelAdd authors member to message
2010-04-22 Carl WorthMerge Sebastian Spaeth's python bindings into bindings...
2010-04-21 Jesse RosenthalName thread based on matching msgs instead of first...
2010-04-06 Carl WorthMerge branch 'debian' into rebuild
2010-03-09 Carl Worthlib: Rename iterator functions to prepare for reverse...
2010-01-21 martin f. krafftMerge branch 'upstream'
2010-01-09 Carl Worthlib: Split the database upgrade into two phases for...
2010-01-08 Carl Worthlib: Implement versioning in the database and provide...
2010-01-07 Carl WorthPrefer READ_ONLY consistently over READONLY.
2010-01-07 Carl Worthlib: Consolidate checks for read-only database.
2010-01-06 Carl Worthlib: Implement new notmuch_directory_t API.
2010-01-06 Carl Worthdatabase: Abstract _filename_to_direntry from _add_message
2010-01-06 Carl Worthdatabase: Allowing storing multiple filenames for...
2010-01-06 Carl Worthdatabase: Store mail filename as a new 'direntry' term...
2010-01-06 Carl Worthdatabase: Split _find_parent_id into _split_path and...
2010-01-06 Carl Worthdatabase: Export _notmuch_database_find_parent_id for...
2010-01-06 Carl Worthlib: Abstract the extraction of a relative path from...
2010-01-06 Carl Worthlib: Add missing value to notmuch_private_status_t...
2009-12-20 Jameson Graef RollinsMerge branch 'upstream' into debian
2009-12-09 Fernando CarrijoNuke the remainings of _notmuch_message_add_thread_id.
2009-12-05 Jameson Graef Rollinsmerge changes from upstream
2009-12-04 Jeffrey C. OllieRemove unused notmuch_parse_date function prototype.
2009-12-02 Carl WorthMakefile: Incorporate getline implementation into the...
2009-11-24 Carl WorthMerge buttons-for-body-and-headers branch.
2009-11-24 Carl Worthlib/messages.c: Make message searches stream as well.
2009-11-21 Chris WilsonPermit opening the notmuch database in read-only mode.
2009-11-18 Ingmar VanhasselTypsos
2009-11-18 Carl Worthdatabase: Make _parse_message_id static once again.
2009-11-18 Keith PackardFix "too many open files" bug by closing message files...
2009-11-18 Carl WorthRemove the talloc_owner argument from create_for_messag...
2009-11-16 Carl Worthnotmuch show: Implement proper thread ordering/nesting...
2009-11-16 Carl WorthAdd _notmuch_message_get_in_reply_to.
2009-11-16 Carl WorthRemove obsolete notmuch_message_get_subject prototype.
2009-11-16 Carl Worthlib/messages: Add new notmuch_message_list_t to interna...
2009-11-16 Carl WorthExport _parse_message_id to the library implementation.
2009-11-15 Carl Worthlib: Move notmuch_messages_t code from query.cc to...
2009-11-13 Carl Worthnotmuch search: Print the number of matched/total messa...
2009-11-13 Carl Worthnotmuch search: Print all authors contributing to a...
2009-11-10 Carl Worthlibify: Move library sources down into lib directory.