From: Carl Worth Date: Fri, 23 Oct 2009 13:04:57 +0000 (-0700) Subject: Fix notmuch_message_get_message_id to never return NULL. X-Git-Tag: 0.1~761 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=ce5d78296251b529838df0dbd4dc3b9a90030924;hp=ce5d78296251b529838df0dbd4dc3b9a90030924 Fix notmuch_message_get_message_id to never return NULL. With the recent improvements to the handling of message IDs we "know" that a NULL message ID is impossible, (so we simply abort if the impossible happens). ---