]> git.notmuchmail.org Git - notmuch/history - lib
lib: Add missing value to notmuch_private_status_t enum.
[notmuch] / lib /
2010-01-06 Carl Worthlib: Add missing value to notmuch_private_status_t...
2009-12-09 Fernando CarrijoNuke the remainings of _notmuch_message_add_thread_id.
2009-12-04 Jeffrey C. OllieRemove unused notmuch_parse_date function prototype.
2009-12-02 Carl WorthMakefile: Incorporate getline implementation into the...
2009-12-01 Carl Worthxutil: Implement xstrndup without relying on strndup.
2009-12-01 Carl Worthlib/index: Fix memory leak for email addresses without...
2009-11-28 Carl WorthAvoid bogus internal error reporting duplicate In-Reply...
2009-11-28 Bart Trojanowskicorrect message flag enum value so that it matches...
2009-11-28 David Bremneradd missing comma in debugging code
2009-11-28 Jeffrey C. OllieSilence compiler warning by initializing a variable.
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/messages.c: Make message searches stream as well.
2009-11-24 Carl Worthlib/query: Drop the first and max_messages arguments...
2009-11-24 Carl Worthlib/query: Fix notmuch_threads_t to stream results...
2009-11-24 Carl Worthnotmuch search: Remove the chunked-searching hack.
2009-11-23 Carl WorthAdd rudimentary date-based search.
2009-11-23 Keith PackardAdd 'notmuch count' command to show the count of matchi...
2009-11-23 Bart Trojanowskifix notmuch-new bug when database path ends with a...
2009-11-22 Chris Wilsonlib/database.cc: coding style
2009-11-22 Chris WilsonMakefile: Magic silent rules.
2009-11-22 Carl Worthadd_message: Use sha-1 in place of overly long message ID.
2009-11-22 Carl Worthget_timestamp: Ensure that return value is 0 in case...
2009-11-22 Carl WorthCatch and optionally print about exception at database...
2009-11-22 Carl WorthAdd a missing print after catching an exception.
2009-11-22 Carl WorthPrint information about where Xapian exception occurred.
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-20 Eric AnholtWhen a search query triggers a Xapian exception, log...
2009-11-20 Carl Worthadd_message: Re-fix handling of non-mail files.
2009-11-20 Carl Worthnotmuch_database_add_message: Add missing error-value...
2009-11-20 Carl Worthadd_message: Properly handle missing Message-ID once...
2009-11-20 Carl WorthAvoid access of a Xapian iterator's object when there...
2009-11-19 Adrian PerezAllow lone "not" search operators
2009-11-18 Ingmar VanhasselTypsos
2009-11-18 Carl Worthlinke_message: Avoid segfault when In-Reply-to header...
2009-11-18 Carl Worthnotmuch search: Change default search order to be newes...
2009-11-18 Carl Worthdatabase: Make _parse_message_id static once again.
2009-11-18 Carl Worthdatabase: Add "replyto" to the database schema document...
2009-11-18 Carl Worthdatabase: Rename "ref" prefix name to "reference"
2009-11-18 Carl Worthmessage_file_get_header: Use break where more clear...
2009-11-18 Keith PackardFix "too many open files" bug by closing message files...
2009-11-18 Carl Worthadd_message: Don't add any self-references to the database.
2009-11-18 Carl Worthmessage_get_thread_id: Generate internal error if messa...
2009-11-18 Carl WorthRemove the talloc_owner argument from create_for_messag...
2009-11-18 Carl Worthget_in_reply_to: Implement via the database, not by...
2009-11-17 Carl WorthFix broken commit.
2009-11-17 Mikhail GusarovInclude <stdint.h> to get uint32_t in C++ file with...
2009-11-17 Mikhail GusarovClose message file after parsing message headers
2009-11-17 Carl Worthadd_message: Avoid a memory leak when user holds on...
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 Worthdatabase: Fix a typo in a commit.
2009-11-16 Carl WorthExport _parse_message_id to the library implementation.
2009-11-16 Carl Worth_thread_add_messages: Remove unused variable.
2009-11-15 Carl Worthlib: Move notmuch_messages_t code from query.cc to...
2009-11-15 Carl Worthnotmuch_tags_advance: Make safe against excessive calls.
2009-11-13 Carl Worthnotmuch search: Fix thread dates to come only from...
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 WorthUse $(MAKE) when invoking make from make.
2009-11-13 Carl Worthnotmuch search: Avoid printing duplicate author names.
2009-11-13 Carl Worthnotmuch search: Print all authors contributing to a...
2009-11-13 Carl Worthnotmuch_query_search_threads: Avoid returning more...
2009-11-13 Carl Worthnotmuch search: Fix a second bug in the change to suppo...
2009-11-13 Carl Worthnotmuch search: Fix to actually return something.
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 WorthDon't create "contact" terms in the database.
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 WorthMakefile: Make the top-level Makefile a little more...
2009-11-10 Carl WorthMakefile: Fix dependency generation to make .d files...
2009-11-10 Carl WorthImplement a non-recursive make.
2009-11-10 Carl Worthlibify: Move library sources down into lib directory.