X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch-private.h;fp=lib%2Fnotmuch-private.h;h=590a3451dfecea9c760ca9ea434296982c0cf6b1;hp=02cc0e09da163251b40547a6e2aea182877f9231;hb=dc3cc18bf0c649dfdb280a7afbb3b6039101f281;hpb=040fd630bf74eb8be75633bf3cbdb0c38d0f16f2 diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 02cc0e09..590a3451 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -477,6 +477,9 @@ struct _notmuch_messages { notmuch_message_list_t * _notmuch_message_list_create (const void *ctx); +bool +_notmuch_message_list_empty (notmuch_message_list_t *list); + void _notmuch_message_list_add_message (notmuch_message_list_t *list, notmuch_message_t *message);