]> git.notmuchmail.org Git - notmuch/commit
Fix notmuch_message_get_message_id to never return NULL.
authorCarl Worth <cworth@cworth.org>
Fri, 23 Oct 2009 13:04:57 +0000 (06:04 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 23 Oct 2009 13:04:57 +0000 (06:04 -0700)
commitce5d78296251b529838df0dbd4dc3b9a90030924
tree241c4497dd9a32bcfd6d9fae4ecaf0d4a455c7af
parent6ccdffcd87b8af0c1c683588612169f5dc776644
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).
message.cc
notmuch.h