]> git.notmuchmail.org Git - notmuch/history - message.c
Makefile: Add automatic dependency tracking to the Makefile.
[notmuch] / message.c
2009-10-20 Carl Worthmessage: Use g_hash_table_destroy instead of g_hash_tab...
2009-10-20 Carl Worthmessage.c: Free leaked memory in notmuch_message object
2009-10-20 Carl Worthnotmuch_message_get_header: Fix bogus return of NULL...
2009-10-20 Carl Worthnotmuch: Ignore files that don't look like email messages.
2009-10-19 Carl WorthRework message parsing to use getline rather than mmap.
2009-10-19 Carl WorthDon't hash headers we won't end up using.
2009-10-19 Carl WorthDocument which pieces of glib we're still using.
2009-10-19 Carl Worthnotmuch: Switch from gmime to custom, ad-hoc parsing...