]> git.notmuchmail.org Git - notmuch/history - message.c
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / message.c
2009-10-20 Carl WorthRename private notmuch_message_t to notmuch_message_file_t
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...