From: Carl Worth Date: Mon, 26 Oct 2009 12:14:51 +0000 (-0700) Subject: results_get: Fix to return NULL if past the end of the results X-Git-Tag: 0.1~696 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=b42c4418a401d6192f9c6e8584bc780bb3ff9960;hp=b42c4418a401d6192f9c6e8584bc780bb3ff9960 results_get: Fix to return NULL if past the end of the results We had documented both notmuch_thread_results_get and notmuch_message_results_get to return NULL if (! has_more) but we hadn't actually implemented that. Fix. ---