]> git.notmuchmail.org Git - notmuch/commit
lib: add _notmuch_message_list_empty
authorDavid Bremner <david@tethera.net>
Mon, 3 Sep 2018 21:02:25 +0000 (18:02 -0300)
committerDavid Bremner <david@tethera.net>
Thu, 6 Sep 2018 11:07:13 +0000 (08:07 -0300)
commitdc3cc18bf0c649dfdb280a7afbb3b6039101f281
treeda01c70956c774f4f617e4dddf2c33691b7fe1be
parent040fd630bf74eb8be75633bf3cbdb0c38d0f16f2
lib: add _notmuch_message_list_empty

There is no public notmuch_message_list_t public interface, so to this
is added to the private API. We use it immediately in thread.cc;
future commits will use it further.
lib/messages.c
lib/notmuch-private.h
lib/thread.cc