mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
notmuch clon
ed6ee7330d
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). |
||
---|---|---|
.gitignore | ||
database.cc | ||
date.c | ||
Makefile | ||
message.c | ||
message.h | ||
notmuch-private.h | ||
notmuch.c | ||
notmuch.h | ||
xutil.c |