]> git.notmuchmail.org Git - notmuch/commit
add_message: Properly handle missing Message-ID once again.
authorCarl Worth <cworth@cworth.org>
Fri, 20 Nov 2009 18:31:00 +0000 (19:31 +0100)
committerCarl Worth <cworth@cworth.org>
Fri, 20 Nov 2009 18:36:01 +0000 (19:36 +0100)
commit52292c548512214fd3dd205edb4ca9cf7955f2b3
tree2c02877ef39fc870aea34283672c8671705f227c
parent5d0a01dceb67e9bdcb95bcb2328baef5e7ea7d52
add_message: Properly handle missing Message-ID once again.

There's been a fair amount of fallout from when we changed
message_file_get_header from returning NULL to returning "" for
missing headers. This is yet more fallout from that, (where we were
accepting an empty message-ID rather than generating one like we want
to).
lib/database.cc