X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=9eca07896b353f409a39507e60b777fdc446c219;hb=46dce33abc82ea6ebd3be2e0887506af4185c739;hp=590a3451dfecea9c760ca9ea434296982c0cf6b1;hpb=dc3cc18bf0c649dfdb280a7afbb3b6039101f281;p=notmuch diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 590a3451..9eca0789 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -487,6 +487,9 @@ _notmuch_message_list_add_message (notmuch_message_list_t *list, notmuch_messages_t * _notmuch_messages_create (notmuch_message_list_t *list); +bool +_notmuch_messages_has_next (notmuch_messages_t *messages); + /* query.cc */ bool @@ -543,6 +546,12 @@ _notmuch_message_remove_unprefixed_terms (notmuch_message_t *message); const char * _notmuch_message_get_thread_id_only(notmuch_message_t *message); +size_t _notmuch_message_get_thread_depth (notmuch_message_t *message); + +void +_notmuch_message_label_depths (notmuch_message_t *message, + size_t depth); + notmuch_message_list_t * _notmuch_message_sort_subtrees (void *ctx, notmuch_message_list_t *list);