From: Carl Worth Date: Fri, 20 Nov 2009 20:46:37 +0000 (+0100) Subject: add_message: Re-fix handling of non-mail files. X-Git-Tag: 0.1~400 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=3ae12b1e286d1c0041a2e3957cb01daa2981dad9;hp=3ae12b1e286d1c0041a2e3957cb01daa2981dad9 add_message: Re-fix handling of non-mail files. More fallout from _get_header now returning "" for missing headers. The bug here is that we would no longer detect that a file is not an email message and give up on it like we should. And this time, I actually audited all callers to notmuch_message_get_header, so hopefully we're done fixing this bug over and over. ---