notmuch clon
Find a file
Carl Worth ed6ee7330d notmuch_message_get_header: Fix bogus return of NULL header.
A simple bug meant that the correct value was being inserted into
the hash table, but a NULL value would be returned in some cases.
(If the value was already in the hash table at the beginning of
the call the the correct value would be returned, but if the
function had to parse to reach it then it would return NULL.)

This was tripping up the recently-added code to ignore messages
with NULL From:, Subject:, and To: headers, (which is fortunate
since otherwise the broken parsing might have stayed hidden for
longer).
2009-10-20 09:52:01 -07:00
.gitignore Remove test programs, xapian-dump and notmuch-index-message 2009-10-19 22:24:28 -07:00
database.cc notmuch: Ignore files that don't look like email messages. 2009-10-19 23:16:05 -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 notmuch_message_get_header: Fix bogus return of NULL header. 2009-10-20 09:52:01 -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: Revamp help message a bit. 2009-10-19 23:41:31 -07:00
notmuch.h notmuch: Ignore files that don't look like email messages. 2009-10-19 23:16:05 -07:00
xutil.c notmuch: Start actually adding messages to the index. 2009-10-18 20:56:30 -07:00