]> git.notmuchmail.org Git - notmuch/history - lib
notmuch new: Fix countdown timer on first run.
[notmuch] / lib /
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.