aboutsummaryrefslogtreecommitdiff
path: root/message-file.c
AgeCommit message (Expand)Author
2009-11-09libify: Move library sources down into lib directory.Carl Worth
2009-11-02Remove notmuch_message_get_header_size and notmuch_message_get_all_headersCarl Worth
2009-11-02Fix to decode header values, (primarily subject).Carl Worth
2009-10-29notmuch show: Add body of message as well.Carl Worth
2009-10-29notmuch show: Initial implementation (headers only)Carl Worth
2009-10-26Add public notmuch_thread_get_subjectCarl Worth
2009-10-26Remove all calls to g_strdup_printfCarl Worth
2009-10-25Add -Wmising-declarations and fix warnings.Carl Worth
2009-10-25Add -Wextra and fix warnings.Carl Worth
2009-10-25Add an INTERNAL_ERROR macro and use it for all internal errors.Carl Worth
2009-10-22Prevent that last bug from reoccurring.Carl Worth
2009-10-20Rename private notmuch_message_t to notmuch_message_file_tCarl Worth