]> git.notmuchmail.org Git - notmuch/history - lib/notmuch.h
Add ENVIRONMENT VARIABLES section to the man page
[notmuch] / lib / notmuch.h
2010-02-06 Carl Worthnotmuch.h: Fix a couple of typos in the documentation.
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.