summaryrefslogtreecommitdiff
path: root/lib/message.cc
Commit message (Expand)AuthorAge
* Fix "too many open files" bug by closing message files when done with them.Keith Packard2009-11-17
* message_get_thread_id: Generate internal error if message has no thread ID.Carl Worth2009-11-17
* Remove the talloc_owner argument from create_for_message_id.Carl Worth2009-11-17
* get_in_reply_to: Implement via the database, not by opening mail file.Carl Worth2009-11-17
* Include <stdint.h> to get uint32_t in C++ file with gcc 4.4Mikhail Gusarov2009-11-17
* notmuch show: Implement proper thread ordering/nesting of messages.Carl Worth2009-11-15
* Add _notmuch_message_get_in_reply_to.Carl Worth2009-11-15
* libify: Move library sources down into lib directory.Carl Worth2009-11-09