aboutsummaryrefslogtreecommitdiff
path: root/message.c
AgeCommit message (Expand)Author
2009-10-20Rename private notmuch_message_t to notmuch_message_file_tCarl Worth
2009-10-20message: Use g_hash_table_destroy instead of g_hash_table_unrefCarl Worth
2009-10-20message.c: Free leaked memory in notmuch_message objectCarl Worth
2009-10-20notmuch_message_get_header: Fix bogus return of NULL header.Carl Worth
2009-10-19notmuch: Ignore files that don't look like email messages.Carl Worth
2009-10-19Rework message parsing to use getline rather than mmap.Carl Worth
2009-10-19Don't hash headers we won't end up using.Carl Worth
2009-10-19Document which pieces of glib we're still using.Carl Worth
2009-10-19notmuch: Switch from gmime to custom, ad-hoc parsing of headers.Carl Worth