notmuch clon
Find a file
Carl Worth 7f254fb603 message: Use g_hash_table_destroy instead of g_hash_table_unref
I'm trying to chase down 3 still-reachable pointers to glib hash
tables.

This change didn't help with that, but I think destroy might be a
better semantic match for what I actually want. (It shouldn't matter
though since I never take any additional references.)
2009-10-20 13:07:19 -07:00
.gitignore Remove test programs, xapian-dump and notmuch-index-message 2009-10-19 22:24:28 -07:00
database.cc add_message: Fix memory leak of thread_ids GPtrArray. 2009-10-20 13:05:45 -07:00
date.c Hook up our fancy new notmuch_parse_date function. 2009-10-19 13:35:29 -07:00
Makefile Remove test programs, xapian-dump and notmuch-index-message 2009-10-19 22:24:28 -07:00
message.c message: Use g_hash_table_destroy instead of g_hash_table_unref 2009-10-20 13:07:19 -07:00
message.h notmuch: Switch from gmime to custom, ad-hoc parsing of headers. 2009-10-19 13:00:43 -07:00
notmuch-private.h Protect definition of _GNU_SOURCE. 2009-10-19 22:34:59 -07:00
notmuch.c notmuch: Use GNU libc getline() instead of glib GIOChannel 2009-10-20 12:47:23 -07:00
notmuch.h notmuch_database_create/open: Fix to handle NULL as documented. 2009-10-20 09:58:40 -07:00
xutil.c notmuch: Start actually adding messages to the index. 2009-10-18 20:56:30 -07:00