]> git.notmuchmail.org Git - notmuch/history - lib/notmuch.h
lib: Make notmuch_query_search_messages set the exclude flag
[notmuch] / lib / notmuch.h
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-15 Jani Nikulalib: add function to get the number of threads matching...
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-09-24 Austin Clementslib: Improve notmuch_database_{add,remove}_message...
2011-09-24 Austin Clementslib: Add an API to find a message by filename.
2011-09-24 Austin Clementslib: Add support for nested atomic sections.
2011-09-24 Austin Clementslib: Add notmuch_database_{begin,end}_atomic.
2011-07-18 David BremnerMerge commit '0.6.1'
2011-07-10 David BremnerMerge commit '0.6'
2011-06-24 David BremnerMerge remote-tracking branch 'origin/master'
2011-06-23 Pieter Praetfix sum moar typos [comments in source code]
2010-11-12 Carl Worthtags_to_maildir_flags: Fix to preserve existing, unsupp...
2010-11-11 Carl Worthnotmuch_message_tags_to_maildir_flags: Do nothing outsi...
2010-11-11 Carl Worthlib: Be honest in the documentation of the maildir...
2010-11-11 Carl Worthlib: Document that absence of maildir flags can also...
2010-11-11 Carl Worthlib: Add new, public notmuch_message_get_filenames
2010-11-11 Carl Worthlib: Remove the notion of TAGS_INVALID
2010-11-11 Carl Worthlib: Rework interface for maildir_flags synchronization
2010-11-10 Michal SojkaMake maildir synchronization configurable
2010-11-10 Michal SojkaMaildir synchronization
2010-11-10 Michal Sojkalib: Return added message even if it already was in...
2010-11-08 Carl WorthMerge in ruby bindings.
2010-10-28 Carl Worthlib: Add two functions: notmuch_query_get_query_string...
2010-10-23 Carl Worthlib: Fix notmuch_query_search_threads to return NULL...
2010-04-24 Carl Worthlib: Ensure notmuch_query_search_messages returns NULL...
2010-04-24 Carl Worthlib: Document that notmuch_query_count_messages may...
2010-04-24 Carl Worthlib: Audit all notmuch_database call for Xapian excepti...
2010-04-22 Carl WorthMerge Sebastian Spaeth's python bindings into bindings...
2010-04-21 Sebastian Spaethquery.cc: allow to return query results unsorted
2010-04-13 Michael ForneyFix typo in notmuch.h documentation regarding database...
2010-04-10 Carl Worthlib: Handle "*" as a query string to match all messages.
2010-04-06 Carl WorthMerge branch 'debian' into rebuild
2010-03-31 Carl WorthClarify documentation of notmuch_database_add_message.
2010-03-09 Fernando CarrijoFix a few documentation typos in notmuch.h
2010-03-09 Fernando CarrijoUpdate documentation of notmuch_query_create
2010-03-09 Carl Worthlib: Document what move_to_next does at the end of...
2010-03-09 Carl Worthlib: Rename iterator functions to prepare for reverse...
2010-02-06 Carl Worthnotmuch.h: Fix a couple of typos in the documentation.
2010-01-21 martin f. krafftMerge branch 'upstream'
2010-01-10 Carl Worthnotmuch new: Print upgrade progress report as a percentage.
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: Treat NULL as a valid (and empty) notmuch_filename...
2010-01-06 Carl Worthlib: Indicate whether notmuch_database_remove_message...
2010-01-06 Carl Worthlib: Update documentation of notmuch_database_add_message.
2010-01-06 Carl WorthAdd missing comment for NOTMUCH_STATUS_READONLY_DATABASE.
2010-01-06 Carl WorthRevamp the proposed directory-tracking API slightly.
2010-01-06 Keith PackardPrototypes for directory tracking
2010-01-06 Carl Worthdatabase: Add new, public notmuch_database_remove_message
2010-01-06 Carl Worthdatabase: Allowing storing multiple filenames for...
2010-01-06 Carl Worthdatabase: Store directory paths as relative, not absolute.
2010-01-06 Carl Worthlib: Rename set/get_timestamp to set/get_directory_mtime.
2009-11-28 Bart Trojanowskicorrect message flag enum value so that it matches...
2009-11-28 Bart Trojanowskihave _notmuch_thread_create mark which messages matched...
2009-11-28 Bart Trojanowskimessage: add flags to notmuch_message_t
2009-11-27 Bart TrojanowskiMerge remote branch 'origin/master' into vim
2009-11-26 Jan Janaklib: New function to collect tags from a list of messages.
2009-11-26 Jan Janaknotmuch: New function to retrieve all tags from the...
2009-11-25 Bart TrojanowskiMerge branch 'show-matching-flag' into HEAD
2009-11-25 Bart Trojanowskihave _notmuch_thread_create mark which messages matched...
2009-11-25 Bart Trojanowskimessage: add flags to notmuch_message_t
2009-11-24 Carl WorthMerge buttons-for-body-and-headers branch.
2009-11-24 Carl Worthlib/query: Drop the first and max_messages arguments...
2009-11-24 Carl Worthnotmuch search: Remove the chunked-searching hack.
2009-11-23 Keith PackardAdd 'notmuch count' command to show the count of matchi...
2009-11-21 Carl WorthFix freak case problem that broke the compile.
2009-11-21 Carl WorthRename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABA...
2009-11-21 Chris WilsonPermit opening the notmuch database in read-only mode.
2009-11-18 Ingmar VanhasselTypsos
2009-11-18 Carl Worthnotmuch search: Change default search order to be newes...
2009-11-16 Carl Worthnotmuch show: Implement proper thread ordering/nesting...
2009-11-13 Carl Worthnotmuch search: Add support for a --reverse option...
2009-11-13 Carl Worthnotmuch search: Print the number of matched/total messa...
2009-11-13 Carl Worthlibnotmuch: Underlying support for doing partial-result...
2009-11-12 Carl Worthnotmuch search: Print the names of author of matched...
2009-11-12 Carl Worthnotmuch show: Avoid segmentation for message with no...
2009-11-12 Carl Worthnotmuch: Add a configuration system.
2009-11-10 Carl Worthlibify: Move library sources down into lib directory.